🚀 Card Payment is live! Learn more
cURL
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." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete Bulk Payout - Successful
The response is of type object.
object