DELETE
/
waap
/
v1
/
domains
/
{domain_id}
/
insight-silences
/
{silence_id}
curl --request DELETE \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/insight-silences/{silence_id} \
  --header 'APIKey: <api-key>'
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

silence_id
string
required

A generated unique identifier for the silence

Response

204

Successful Response