curl --request DELETE \
--url https://api.zenskar.com/templates/plan/{plan_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"detail": "Only draft plans can be deleted. Active or archived plans cannot be deleted."
}Soft delete a plan. Only draft plans can be deleted. Active or archived plans cannot be deleted.
curl --request DELETE \
--url https://api.zenskar.com/templates/plan/{plan_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"detail": "Only draft plans can be deleted. Active or archived plans cannot be deleted."
}Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.