Skip to content
getgeolens.com

Delete Collection Endpoint

DELETE
/catalog/collections/{collection_id}
curl --request DELETE \
--url https://example.com/api/catalog/collections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Delete a collection. Admin only.

collection_id
required
Collection Id
string format: uuid

Successful Response

Bad request — invalid payload

Unauthorized — missing or invalid credentials

Forbidden — caller lacks write access

Not found

Conflict — resource state prevents the operation

Validation error

Internal server error