curl --request DELETE \
--url https://api.shoppex.io/dev/v1/payments/{uniqid} \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}Voids/deletes a payment
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/payments/{uniqid} \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "<string>"
}
}