cURL
curl --request DELETE \ --url https://aarwcjjzhlmkgdwrisyt.supabase.co/functions/v1/payout-delete \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": 200, "data": { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" } }
Removes a saved payout account. Only the owner can delete their own accounts.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.
/auth-verify
/auth-signup
bearer_token
Payout account deleted
true
200
Show child attributes