curl --request DELETE \
--url https://api.example.com/api/v1/purchase-orders/direct-cost/{document_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"deletedId": "<string>"
}Hard delete a Direct Cost Purchase Order and all its versions.
Requires: Manager or Admin role
Warning: This action cannot be undone. CASCADE delete removes:
curl --request DELETE \
--url https://api.example.com/api/v1/purchase-orders/direct-cost/{document_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"deletedId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
The PO document ID