Skip to content
Get started

Delete a skill

DELETE/api/promptly/skills/{skillId}

Delete a skill

Path ParametersExpand Collapse
skillId: string
formatuuid

Delete a skill

curl https://0ct.com/api/promptly/skills/$SKILL_ID \
    -X DELETE \
    -H "Authorization: Bearer $0CT_API_KEY"
Returns Examples