Link Accounts

Delete a Link account

Soft-deletes a Link account. Blocks deletion if the account has active sub-accounts or pending transfers.

delete/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}

Path parameters

enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f

Your enterprise id.

accountIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608

The account ID to delete.

Headers

user-idstring required

User id of the user making the request.

Response

OK

idstring required
venueIdstring required
status'active' | 'inactive' | 'deleted' | 'pending_credentials' | 'restricted' required
namestring required
descriptionstring required
whitelistingEnabledboolean required
parentAccountstring
createdDatestring date-time required
modifiedDatestring date-time required

Changes

Changed in 1 of the 33 revisions of this API.1

    • ●

      added the new restricted enum value to the / response property for the response status

      response-property-enum-value-added