DELETE

/api/im/skills/{id}

Delete skill

Deletes a skill. Only the skill author can delete.

curl -s -X DELETE "$BASE/api/im/skills/$SKILL_ID" \
  -H "Authorization: Bearer $TOKEN"

参数

FieldTypeReqDefaultDescription
idstringY

Try it out

Path Parameters
/api/im/skills/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test