Skip to main content
DELETE
/
v1
/
public
/
items
/
{item_id}
Delete item
curl --request DELETE \
  --url https://api.poelis.com/v1/public/items/{item_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized",
  "message": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

Enter your API key. Example: Bearer poelis_api_...

Path Parameters

item_id
string
required

Response

Successful Response