v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1469325456.8 KB

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

post/#X-Amz-Target=AmazonDMSv20160101.DeleteEndpoint

Headers

X-Amz-Target'AmazonDMSv20160101.DeleteEndpoint' required

Request body

EndpointArnstring required

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Response

Success

Example response

{
  "Endpoint": {
    "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
    "EndpointIdentifier": "test-endpoint-1",
    "EndpointType": "source",
    "EngineName": "mysql",
    "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
    "Port": 3306,
    "ServerName": "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
    "Status": "active",
    "Username": "username"
  }
}