DELETE
/
purchase_orders
/
{id}
curl --request DELETE \
  --url https://api.zivio.net/api/v3/purchase_orders/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "message": "Purchase Order 18 destroyed!"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required

Response

200
*/*
ok
message
string
Example:

"Purchase Order 18 destroyed!"