Use this endpoint to soft delete a connection. The deletion will fail with 409 Conflict if there are any active jobs running for this connection.
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Unique identifier of the connection (UUID format).
"019996b8-f3d1-7d2b-a192-6e91464d82fc"
If the request is successful, you'll get an empty response.