Delete Connection

Delete a connection

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

connection_name_or_idstringRequired
The connection name or UUID

Response

Successful Response
connection_idstringformat: "uuid"
The unique identifier for the connection
namestringformat: "^[a-z0-9][a-z0-9_]+[a-z0-9]"3-255 characters
The connection name
typeenum
The type of connection
statusenum
The current status of the connection
configobject
The connection configuration
created_dtstringformat: "date-time"
When the connection was created
updated_dtstringformat: "date-time"
When the connection was last updated
descriptionstring or null
The connection description

Errors

422
Unprocessable Entity Error