DELETE
/
api
/
collections
/
{collectionId}
curl --request DELETE \
  --url https://api.opus.pro/api/collections/{collectionId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "xmAwhhFi0IJt"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string
required

The unique collection ID of the collection that you want to delete.

Response

200 - application/json

The response is of type object.