All Products
Search
Document Center

Qoder CN Series:Delete a Skill

Last Updated:Jul 15, 2026

Permanently deletes the specified Skill. This action cannot be undone.

Request headers

Header

Required

Description

Authorization

Yes

Bearer PAT — see Authorization: Bearer $QODER_PAT.

Path parameters

Parameter

Type

Required

Description

skill_id

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

authentication_error

Missing or invalid authentication token.

404

not_found_error

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.