Skip to main content
DELETE
Delete a skill

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

name
string
required

Skill name. Lowercase letters, digits, and hyphens only.

Required string length: 1 - 64
Pattern: ^[a-z0-9][a-z0-9-]*[a-z0-9]$|^[a-z0-9]$
Example:

"humanizer"

Response

Skill deleted successfully

success
enum<boolean>
required
Available options:
true
Last modified on July 17, 2026