Entities

Delete Entity

Marks the entity as deleted. It can be recreated later by intiating a new .connect() flow from the LinkSDK.

delete/customers/v1/{customer_id}/entities/{entity_id}

Path parameters

customer_idstring uuid required
entity_idstring uuid required

Query parameters

reasonstring

Why is the entity being deleted?

Request body

reason'USER_REQUESTED' nullable required

Please always pass in the value USER_REQUESTED.

Changes

No recorded changes to this endpoint across all 1 revision of this API.