Before we start, there are some important notes:
cURL
curl --request DELETE \ --url https://api.paymee.com.br/v1.1/payout \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-token: <x-api-token>' \ --data '{ "reason": "Customer requested cancellation", "uuid": "83abc908-9233-4b66-b455-2339809886b1" }'
200
Success response
{ "status": 0, "message": "success"}
"your-x-api-key"
"your-x-api-token"
Payout successfully canceled
The response is of type object.
object