Delete Purchase Order
Endpoint: DELETE /purchase-orders/{{authorizationId}}
Authentication: Bearer Token (required)
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| authorizationId | string | Yes | UUID of the purchase order to delete |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication. Format: Bearer <token> |
Request Body
None