Authorization: Bearer ********************
{"DocumentPkId" : "2502241134237264115" }
curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/accounting/DeleteDocument' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"DocumentPkId" : "2502241134237264115" }'
{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": ""
}