Skip to main content
DELETE
/
skills
/
{identifier}
Delete skill
curl --request DELETE \
  --url https://api.flipsidecrypto.xyz/public/v3/skills/{identifier} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

identifier
string
required

Skill UUID or slug

Minimum string length: 1

Response

Skill deleted successfully