Skip to main content
DELETE
/
v1
/
management
/
connections
/
{id}
Delete a connection
curl --request DELETE \
  --url https://reporter.sandbox.lerian.net/v1/management/connections/{id}
{
  "code": "FET-0404",
  "title": "Invalid Path Parameter",
  "message": "Path parameters is in an incorrect format. Please check the following parameter 'id' and ensure they meet the required format before trying again."
}

Headers

Authorization
string

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.

Example:

"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Path Parameters

id
string<uuid>
required

Unique identifier of the connection (UUID format).

Example:

"019996b8-f3d1-7d2b-a192-6e91464d82fc"

Response

If the request is successful, you'll get an empty response.