All Products
Search
Document Center

EventBridge:DeleteConnection

Last Updated:Mar 15, 2024

Deletes a connection.

Operation description

You can call this API operation to delete a connection.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ConnectionNamestringYes

The name of the connection that you want to delete.

connection-name

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

8EF25E37-1750-5D7A-BA56-F8AE081A69C8
Messagestring

The returned message. If the request is successful, success is returned. If the request failed, an error code is returned.

success
Codestring

The returned response code. The value Success indicates that the request is successful.

Success

Examples

Sample success responses

JSONformat

{
  "RequestId": "8EF25E37-1750-5D7A-BA56-F8AE081A69C8",
  "Message": "success",
  "Code": "Success"
}

Error codes

HTTP status codeError codeError message
409RequestParameterExceptionRequest parameter exception

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-13The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 409 change
    Added Error Codes: 500