Skip to main content
DELETE
/
compute
/
v1
/
skills
/
{name}
Delete a skill
curl --request DELETE \
  --url https://compute.hexelstudio.com/compute/v1/skills/{name} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "error_code": "<string>",
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

STS access token. Obtain via POST https://sts.hexelstudio.com/token with X-API-Key header.

Path Parameters

name
string
required

Skill name

Response

No Content