Delete a plan. Run in API Explorer
Ask AI
Marks the plan as is_deleting and dispatches PerformPlanDeletion;
the actual cascade runs out-of-band so the request does not time out
on plans with large sub-account / holding trees. The plan stays
visible (with is_deleting: true on subsequent reads) until the
background job completes, then disappears via soft-delete.
DELETE
/api/v1/plans/{uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (204)
{}