Delete a Splunk On-Call integration

Permanently deletes an existing Splunk On-Call integration.

DELETE https://uptime.betterstack.com/api/v2/splunk-on-calls/{splunk_on_call_id}

URL parameters

splunk_on_call_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/splunk-on-calls/17 \
  --header "Authorization: Bearer $TEAM_TOKEN"