Delete Item

Deletes an item.

Path Parameters
  • id
    Type: string
    required

    Primary key for the item

Headers
  • Content-Type
    Type: string

    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