DELETE
/
payout
/
bulk
Delete Bulk Payout
curl --request DELETE \
  --url https://nini.monieswitch.com/payout/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "bulkUploadId": "641cc0a3-e077-421e-8106-17d81e25e088"
}'
{
  "status": true,
  "message": "Record successfully deleted."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Delete Bulk Payout - Successful

The response is of type object.