Skip to main content
DELETE
https://api.usenotra.com
/
v1
/
skills
/
{name}
Delete a skill
curl --request DELETE \
  --url https://api.usenotra.com/v1/skills/{name} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

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

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

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 May 20, 2026