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