Disable a connection
put
/v1/connections/{uuid}/disable

This endpoint disables a connection. No new transactions can be created with a disabled connection.

🔐 Authentication
X-API-KEY API key of the environment
Header parameter: X-API-KEY
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📤 Request

uuid
string
required
uuid

The UUID of the connection that should be disabled.

Example: 3598b23c-31db-4be9-9e6b-6aa1d5b60335
📥 Response
204 No Content (Success)
401 Unauthorized Error
Content Type:
403 Forbidden
Content Type:
404 Not Found
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples