All Products
Search
Document Center

EventBridge:DeleteApiDestination

Last Updated:Mar 15, 2024

Deletes an API destination.

Operation description

You can call this API operation to delete an API destination.

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
ApiDestinationNamestringYes

The name of the API destination.

ApiDestinationName

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

382E6272-8E9C-5681-AC96-A8AF0BFAC1A5
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": "382E6272-8E9C-5681-AC96-A8AF0BFAC1A5",
  "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