Delete Document of Payout
Delete a document file that was previously uploaded to a specific payout.
payout
ID of the payout. String starting with payout_.
file_id
ID of the specific document file. UUID.
Response returns a success status
with no data
object.
/v1/payouts/:payout/documents/:file_id
Delete Document of Payout
curl -X delete https://sandboxapi.rapyd.net/v1/payouts/payout_548969fc5a0bf89da3cec70a1529338d/documents/e0b0ef98-2fac-4dcd-86c7-e1062bfd1c55 -H 'access_key: your-access-key-here' -H 'Content-Type: application/json' -H 'idempotency: your-idempotency-parameter-here' -H 'salt: your-random-string-here' -H 'signature: your-calculated-signature-here' -H 'timestamp: your-unix-timestamp-here'
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "511b1665-fec6-42hb-8cd7-02eca47f5656" } }