Skip to main content
DELETE
/
skills
/
{skill_id}
cURL
curl -X DELETE 'https://api.gumloop.com/api/v1/skills/skill_x7y8z9' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

skill_id
string
required

ID of the skill to delete.

Response

Skill deleted successfully.

deleted
boolean

Whether the skill was successfully deleted.

Example:

true