Skip to main content
DELETE
Delete a skill

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

skill_id
string
required

Skill identifier returned by create or GET /v1/skills

Query Parameters

expected_revision
string
required

Opaque revision token the skill must currently be at. The write applies only if it matches, so it cannot race a concurrent update.

Response

Skill deleted