Skip to content

Delete a Revolut recipient.

Synopsis

gln [global-options] revolut recipients delete --id <recipient-id>

Options

Argument or flagTypeRequiredDefaultDescription
--idstringyes-Revolut counterparty id to delete.

Description

Calls the public Revolut recipient delete C API for the requested counterparty id. The result confirms the id deleted or confirmed by the provider C API. It does not claim whether other provider-side accounts or payment methods were affected.

Provider rejection is returned as a rejected JSON envelope with provider status details in issues; it is not reported as success.

Requirements

  • Profile: required
  • Backend prerequisites: Revolut profile with stored OAuth token and approved Revolut plugin

Status and exit codes

StatusExitMeaning
ok0Recipient id was deleted or confirmed.
error1Local validation, profile, token, plugin, or transport failure.
rejected1Provider rejected the request; provider status details are in issues.

Result keys: status, recipient_id

Examples

gln --profile rev revolut recipients delete --id cp-001

See also