Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.duvo.ai/v2/skills/{skill_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a skill for the current team.
API key authentication. Get your API key from the Duvo dashboard.
Skill ID.
Default Response
True if the skill was deleted
Human-readable result message