delete https://{environment}.masspay.io/{VERSION}/payout/wallet///autopayout
This DELETE endpoint is used to delete an existing autopayout rule.
You can use this endpoint to remove an autopayout rule that is no longer needed.
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.
The response will include a message indicating the success of the deletion.