Skip to content

Delete Skill Collection

DELETE
/api/v3/organizations/{organisation}/ai/skills/collections/{namespace}

Permanently deletes all skills in the specified namespace.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

namespace
required
string

Collection namespace

Responses

200

Collection deleted successfully

object
success
boolean
true
message
string
Collection deleted successfully

403

Access denied

404

Collection not found

500

Failed to delete collection