DELETE
request to remove a specific purchase order from the system.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/purchase-order-transactions/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Purchase Order Transaction Deleted Successfully."
}