Delete Collection Bundle
Description
Delete an existing Collection Bundle
Url
|
1 |
DELETE /api/v0/collectionbundle/UUID/ |
Parameters optional
- uuid: collection bundle's unique identifier
Example
Request
|
1 2 |
curl -X DELETE 'https://my.craftar.net/api/v0/collectionbundle/806e54535ffd464f83545c902e664aca/?api_key=123456789abcdefghijk123456789abcdefghijk' |
Response
|
1 |
HTTP Status code: 204 No Content |
Errors
Collection not found
|
1 |
HTTP Status code: 404 Not Found |