Disconnect a user from a specific integration.
Integrations
Delete an Identity’s Integration
Disconnect a identity from a specific integration.
DELETE
Disconnect a user from a specific integration.
When the integration is deleted successfully, Edges posts to your workspace integration webhook (if you configured one under Developer settings).
The payload uses
event_type: "integration" and event: "DELETED" so you can tear down local state or stop workflows tied to that identity and integration.
For the full JSON shape and other event values, see LinkedIn integration webhooks — Setup process.Authorizations
API key required for authentication. Add your API key in the X-API-Key header.
Response
Successfully deleted the requested account.
The response is of type GenericResponse_of_NoData · object.

