Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
collection_id required |
Collection ID Validations:
|
// Successful request DELETE /api/v2/collections/frYI-VQ7Sg0Z3NRhtoN- 200 { "collection": true }
// Failed request DELETE /api/v2/collections/not-found-id 404 { "error": "collection not found" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |