Skip to main content
DELETE
/
waap
/
v1
/
domains
/
{domain_id}
/
insight-silences
/
{silence_id}
Delete an insight silence
curl --request DELETE \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/insight-silences/{silence_id} \
  --header 'Authorization: <api-key>'
{
  "type": "http-bad-request",
  "title": "Bad Request",
  "status": 400,
  "detail": "Invalid domain name: ''''"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

domain_id
integer
required

The domain ID

silence_id
string<uuid>
required

A generated unique identifier for the silence

Response

Successful Response