Delete an existing status page resource

Permanently deletes an existing status page resource.

DELETE https://betteruptime.com/api/v2/status-pages/{status_page_id}/resources/{resource_id}

URL parameters

status_page_id
required string
resource_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://betteruptime.com/api/v2/status-pages/123456789/resources/12345 \
  --header "Authorization: Bearer $TEAM_TOKEN"