Remove Amazon SNS integration

Permanently deletes an existing Amazon SNS integration.

DELETE https://uptime.betterstack.com/api/v2/amazon-sns/{amazon_sns_integration_id}

URL parameters

amazon_sns_integration_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/amazon-sns/5 \
  --header "Authorization: Bearer $TOKEN"


Still subscribed on the AWS side?

Deleting the integration stops Better Stack from accepting the topic's notifications, but the subscription itself stays in Amazon SNS. Delete it in the AWS SNS console so the topic stops publishing to a dead endpoint.