cURL
curl --request DELETE \ --url https://api.edges.run/v1/identities/{identity_uid}/integrations/{integration} \ --header 'X-API-Key: <api-key>'
200
Example
{}
Disconnect a identity from a specific integration.
API key required for authentication. Add your API key in the X-API-Key header.
Successfully deleted the requested account.
The response is of type GenericResponse_of_NoData · object.
GenericResponse_of_NoData · object