curl --request DELETE \
--url https://api.kelviq.com/api/v1/catalog/plans/{identifier}/discard/ \
--header 'Authorization: Bearer <token>'{
"message": "Plan discarded successfully."
}Permanently deletes the latest draft (non-published) version of the plan. The previously published version remains untouched. Returns 400 if the latest version is already published.
curl --request DELETE \
--url https://api.kelviq.com/api/v1/catalog/plans/{identifier}/discard/ \
--header 'Authorization: Bearer <token>'{
"message": "Plan discarded successfully."
}Documentation Index
Fetch the complete documentation index at: https://docs.kelviq.com/llms.txt
Use this file to discover all available pages before exploring further.
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Plan identifier.
Draft discarded.
"Object deleted successfully."