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
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"
}
}