Delete Item
Deletes an item.
Path Parameters
- Type: stringidrequired
Primary key for the item
Headers
- Type: stringContent
- Type application/json
Responses
- 200
OK
- 401
Unauthorized
- application/json
- application/json
Request Example for delete/items/{id}
curl '/items/{id}' \
--request DELETE \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: YOUR_SECRET_TOKEN'
No Body