Skip to main content
DELETE
/
skills
/
{id}
Delete a skill
curl --request DELETE \
  --url https://app.gc.ai/api/external/v1/skills/{id} \
  --header 'Authorization: <api-key>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The skill ID to delete

Response

Skill successfully deleted

deleted
boolean
required

Always true on success