Request
Body Params application/json
{
"transaction_id": "6wU2LwQ56G",
"provider_transaction_id": "L3HLAD",
"reason": "test cancel"
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/api/v1/delivery/order/cancel' \
--header 'Authorization: {{authorization-token}}' \
--header 'X-Auth-Service: {{x-auth-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "6wU2LwQ56G",
"provider_transaction_id": "L3HLAD",
"reason": "test cancel"
}'
Responses
application/json Modified at 2025-09-15 16:09:10