Delete a skill
DELETEhttps://platform.docana.com/api/v1/skills/:id/
Deletes the skill row and its files in storage. File cleanup failures are logged but do not block the deletion. Requires the same admin rights as PATCH /api/v1/skills/{id}/.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Deletion confirmation
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
Caller lacks admin rights at the skill’s scope
Skill not found or feature disabled
Unexpected server error.