Delete collection
Description
Delete an existing collection
Url
1 |
DELETE /api/v0/collection/UUID/ |
Parameters
optional
- uuid: collection's unique identifier
Example
Delete the collection identified by 14776d3099d2434b962b09b22680c408
Request
1 2 3 |
curl -X DELETE -H "Content-Type: application/json" 'https://my.craftar.net/api/v0/collection/14776d3099d2434b962b09b22680c408/?api_key=123456789abcdefghijk123456789abcdefghijk' |
1 |
curl -X DELETE -H "Content-Type: application/json" 'https://my.craftar.net/api/v0/collection/14776d3099d2434b962b09b22680c408/?api_key=123456789abcdefghijk123456789abcdefghijk' |
Response
HTTP Status code: 204 No Content
Errors
Collection not found
HTTP Status code: 404 Not Found