Delete connection
Connections
Delete connection
Delete an API-visible connection from your Markifact team workspace.
DELETE
Delete connection
Deletes one connection by Markifact connection ID. The connection must be shared in your team, or private to the user who created the API key.Documentation Index
Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
connection_id | string | Public Markifact connection ID. |
Example Request
Response
Returns the deleted connection.Effects
Deleting a connection also deactivates active workflows in your team that use that connection.Notes
- Delete only supports Markifact connection IDs.
- You cannot delete by
external_id. - Private connections can only be deleted when they belong to the user who created the API key.
- If the connection does not exist or does not belong to your team, the API returns
404.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Public Markifact connection ID.

