AlphaAlpha Docs

Clear all purchase orders for a tenant

Deletes all purchase order records for a tenant. Super admin only.

DELETE
/tenants/{tenantId}/data/purchase-orders
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:18080/api/v1/tenants/string/data/purchase-orders"
{
  "deletedCount": 0,
  "entityType": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}