cURL
curl --request DELETE \ --url https://api.trytldw.ai/v1/collections/{collection_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Warning: All indexed media in the collection will be deleted as well
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the collection to delete
Successful Response
Was this page helpful?