Skip to main content
DELETE
/
partner
/
wallets
/
recipients
/
{recipient_id}
Delete saved recipient
curl --request DELETE \
  --url https://api.stabyl.com/v1/partner/wallets/recipients/{recipient_id} \
  --header 'X-Api-Key: <api-key>'
{
  "data": null,
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stabyl.com/llms.txt

Use this file to discover all available pages before exploring further.

Saved recipients are address book records. Creating, updating, or deleting a recipient does not submit a withdrawal or move funds.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API key. Send it in the X-Api-Key header.

Path Parameters

recipient_id
string<uuid>
required

Saved recipient ID returned by create or list recipient endpoints.

Response

Recipient deleted

data
null
required
status
enum<string>
required
Available options:
success