Wallet
Delete AutoPayout rule
This DELETE endpoint is used to delete an existing autopayout rule. <br> You can use this endpoint to remove an autopayout rule that is no longer needed. <br> To use this endpoint, you need to provide the user_token and wallet_token as required parameters in the URL Path, and the token of the autopayout rule you wish to delete in the request Body. <br> The response will include a message indicating the success of the deletion.
delete/payout/wallet/{user_token}/{wallet_token}/autopayout
Query parameters
tokenstring required
Example:autopayout_3684cc43-fe3b-4994-8ca1-7dc0db94430f
Autopayout token to delete
Response
Succesfully deleted.