curl --request DELETE \
--url https://api.kelviq.com/api/v1/catalog/plans/{identifier}/file/{pk}/ \
--header 'Authorization: Bearer <token>'Deletes the plan file. If the plan’s latest version is published, a new draft version is created and the file is removed from the new draft.
curl --request DELETE \
--url https://api.kelviq.com/api/v1/catalog/plans/{identifier}/file/{pk}/ \
--header 'Authorization: Bearer <token>'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'
File deleted.