v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Delete Collection.

Deletes an existing collection. Web tools in the collection will be moved outside the collection.

delete/v1/voice-agents/collections/{id}

Path parameters

idstring uuid required
Example:d949f13f-40d2-4e48-ac86-b66633070603

UUID of the collection to delete.

Response

Successful response

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Collection deleted successfully"
}