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