Skip to main content

Documentation

Delete All Documents of Payout

Delete all document files that were previously uploaded to a specific payout.

    • payout

    • ID of the payout. String starting with payout_.

Response returns a success status with no data object.

  • /v1/payouts/:payout/documents/

  • Delete All Documents of Payout

  • curl -X delete
    https://sandboxapi.rapyd.net/v1/payouts/payout_548969fc5a0bf89da3cec70a1529338d/
    -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"
    	}
    }