v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
ExternalAccount

Delete a card link from a customer profile.

Delete a linked card from a customer profile. The card link will be removed and cannot be used for future transfers.

delete/programs/{programCode}/externalAccounts/customers/{customerToken}/cards/{linkId}

Path parameters

programCodestring required

Program code assigned to the partner.

customerTokenstring required

Unique customer token.

linkIdstring required

Unique link identifier.

Headers

X-GD-RequestIdstring required

Unique request identifier (GUID).

X-GD-CustomerTypestring

Type of customer (default: External).

Response

Card link deleted successfully.

codeinteger

The primary status or error code for the response (e.g., 200 for success, 400 for validation error).

subCodeinteger nullable

An optional subcode providing more granular detail about the response or error.

descriptionstring nullable

A human-readable description of the response, error, or status.

urlstring nullable

A URL linking to documentation or a web page with more information about the response code.