Permanently deletes the specified Skill. This action cannot be undone.
Request headers
|
Header |
Required |
Description |
|
|
Yes |
Bearer PAT — see |
Path parameters
|
Parameter |
Type |
Required |
Description |
|
|
string |
Yes |
Unique Skill identifier. |
Example request
curl -X DELETE "https://api.qoder.com.cn/api/v1/cloud/skills/skill_019e3bba474b73cfaf19eae9b5f5e66d" \
-H "Authorization: Bearer $QODER_PAT"
Example response
HTTP 204 No Content
No response body. A 204 status indicates that the Skill was deleted.
Errors
|
HTTP |
Type |
Trigger |
|
401 |
|
Missing or invalid authentication token. |
|
404 |
|
Skill does not exist or has already been deleted. |
Notes
-
Deletion is irreversible.
-
Subsequent GET requests for a deleted Skill return 404.
-
All versions of the Skill are removed at the same time.
For the full error envelope, see Errors.