๐ Card Payment is live! Learn more
cURL
curl --request DELETE \ --url https://nini.monieswitch.com/payout/bulk/item \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "bulkPayoutItemId": "f2279792-181a-4a64-9dd2-5d32fdad750c" }'
{ "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 Item - Successful
The response is of type object.
object