cURL
curl -X DELETE "https://app.cotool.ai/api/skills/:skillId" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Soft delete a skill.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Unique identifier for the skill
Successful response - no content
Was this page helpful?