Explore documentation

Delete a Catalog relation

Permanently deletes an existing Catalog relation.

DELETE https://uptime.betterstack.com/api/v2/catalog/relations/{relation_id}

URL parameters

relation_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/catalog/relations/37 \
  --header "Authorization: Bearer $TOKEN"