v1
skills
Delete a user-distilled copilot skill
Delete a user-distilled skill by slug.
Built-in defaults are not user-deletable — attempting to delete one returns 400. Missing skills return 404 so the UI can reconcile a stale list.
delete/api/skills/{name}
Path parameters
namestring required
Slug of the skill to delete
Slug of the skill to delete
Query parameters
expert_idstring nullable
Delete this expert's own copy of the skill.
Delete this expert's own copy of the skill.
Response
Successful Response
object required
Changes
Changed in 3 of the 165 revisions of this API.12
- ○
added the new optional
queryrequest parameterexpert_idnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲