v1

latestOpenAPI 3.1.02026-07-2478315484.9 KB
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.