Skip to content

Delete Skill Collection

DELETE
/api/v3/organizations/{organisation}/ai/skills/collections/{namespace}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/skills/collections/example \
--header 'Authorization: Bearer <token>'

Permanently deletes all skills in the specified namespace.

organisation
required
string

The organisation ID

namespace
required
string

Collection namespace

Collection deleted successfully

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Collection deleted successfully"
}

Access denied

Collection not found

Failed to delete collection