DELETE
/
payout
/
bulk
/
item
Delete Bulk Payout Item
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."
}

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 Item - Successful

The response is of type object.