Skip to main content
DELETE
/
manage-skills
/
{id}
curl -X DELETE https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true
}
Permanently remove a skill configuration from an agent. This deletes the skill’s config and stops all future executions. Execution history is preserved.

Path Parameters

id
string
required
The agent skill ID to delete.

Response

success
boolean
true if the skill was deleted.
curl -X DELETE https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true
}