Explore documentation

Delete a Catalog attribute

Permanently deletes an existing Catalog attribute.

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

URL parameters

relation_id
required string
attribute_id
required string

Headers

Authorization
required string
204

Example cURL

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