curl --request DELETE \
--url https://staging.cutmake.ai/api/v1/orders/{document_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"deletedId": "<string>"
}Hard delete a sales order and all its versions.
Warning: This action cannot be undone.
curl --request DELETE \
--url https://staging.cutmake.ai/api/v1/orders/{document_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"deletedId": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.