Skip to main content
DELETE /api/v1/cloud/skills/{skill_id} Deletes a Skill and returns a deletion confirmation.

Path parameters

ParameterTypeDescription
skill_idstringSkill ID with the skill_ prefix

Headers

HeaderRequiredDescription
AuthorizationYesBearer $QODER_PAT

Example request

curl -X DELETE https://api.qoder.com/api/v1/cloud/skills/skill_019e3bba474b73cfaf19eae9b5f5e66d \
  -H "Authorization: Bearer $QODER_PAT"

Example response

HTTP 200 OK
{
  "id": "skill_019e3bba474b73cfaf19eae9b5f5e66d",
  "type": "skill_deleted"
}
Successful deletion is signalled by "type": "skill_deleted" in the response body.

Errors

HTTPTypeTrigger
401TOKEN_INVALIDMissing or invalid authentication token
404not_found_errorSkill does not exist or is no longer accessible
See Errors for the full error envelope.

Agent Skills

Attach domain expertise to your agent.