plugin-integration-connections

Delete plugin integration connection

Permanently deletes the connection between an entity and the third-party system, resetting the push button to its initial unconnected state.

This is equivalent to calling the Configure Connection endpoint with state: initial.

delete/plugin-integrations/{integrationId}/connections/{entityId}

Path parameters

integrationIdstring uuid required
Example:00000000-0000-0000-0000-000000000001

UUID of the plugin integration.

entityIdstring uuid required
Example:00000000-0000-0000-0000-000000000002

Entity identifier.

Response

Connection deleted successfully. No content.

Changes

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