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 'https://api-staging.sparkfly.com/v1.0/items/{id}' \
--request DELETE \
--header 'X-Auth-Token: YOUR_SECRET_TOKEN'
No Body