Delete a POCopy Pagedelete https://sandbox.api.javis.ai/v1/purchase-orders/{purchaseOrderNumber}Delete a purchase order identified by its purchaseOrderNumber.Path ParamspurchaseOrderNumberstringrequiredUnique identifier for the purchase order.Headersaccept-languagestringLanguage code for response localization.X-Idempotency-KeyuuidA unique, client-generated identifier (typically a UUID) used to make this request idempotent. Clients MUST generate a new key for each logical operation and reuse the same key if retrying due to network or server errors. The server will cache and replay the original response for any duplicate requests received with the same key within its configured TTL (e.g. 24 hours).X-Supplier-CodestringUnique identifier for the supplier.Responses 204Purchase order delete request received successfully 400Invalid input data. 401Unauthorized - Invalid or missing token. 403Forbidden - Insufficient permissions. 404Purchase order not found. 500Internal Server Error.Updated about 1 year ago