Skip to main content
DELETE
/
v0
/
items
/
{id}
Delete
curl --request DELETE \
  --url https://api.paygentic.io/v0/items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "The requested resource was not found",
  "error": "not_found"
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the item

Pattern: ^itm_[a-zA-Z0-9]+$

Response

Item soft-deleted