GALANTHUS / ABI FUNCTION REFERENCE
gln_get_revolut_deleted_recipient_id
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_revolut_deleted_recipient_id(
const gln_revolut_deleted_recipient_t* in_result);
Purpose
Returns the counterparty id confirmed by a successful Revolut delete-recipient operation.
The success result does not include provider warnings or the deleted counterparty's account list. The C API cannot prove a multi-account deletion from this result alone.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_result | input | const gln_revolut_deleted_recipient_t* | nonnull | borrowed |