delete https://ac.cnstrc.com/v1/collections/
🔐 This endpoint requires authentication.
Delete a collecton.
Responses
400Validation Error
401Credentials are not passed or action is forbidden
404Not Found
409Conflict
429Rate limit breached
🔐 This endpoint requires authentication.
Delete a collecton.
400Validation Error
401Credentials are not passed or action is forbidden
404Not Found
409Conflict
429Rate limit breached
xxxxxxxxxx
curl --request DELETE \
--url https://ac.cnstrc.com/v1/collections/collection_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string",
"display_name": "string",
"filter_expression": {},
"data": {},
"created_at": "2025-04-05T12:20:19.745Z",
"updated_at": "2025-04-05T12:20:19.745Z"
}