DELETE
/
suppliers
/
{id}
curl --request DELETE \
  --url https://api.zivio.net/api/v3/suppliers/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "message": "Supplier 2 (Brand New API Supplier) 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:

"Supplier 2 (Brand New API Supplier) destroyed!"