Explore documentation

Batch delete Catalog records

Permanently deletes all existing Catalog records for a given relation.

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

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/records/batch \
  --header "Authorization: Bearer $TOKEN"