Skip to main content
DELETE
/
v1
/
public
/
items
/
{item_id}
Delete Item
curl --request DELETE \
  --url https://api.sanka.com/v1/public/items/{item_id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "status": "<string>",
  "external_id": "<string>",
  "item_id": "<string>",
  "ctx_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

item_id
string
required

Query Parameters

external_id
string | null

Response

OK

ok
boolean
required
status
string
required
external_id
string
required
item_id
string | null
ctx_id
string | null