Delete Silence
Delete an existing silence rule using its silence ID.
Last updated
Delete an existing silence rule using its silence ID.
DELETE /api/monitors/silences/{silenceID}
This endpoint requires API Key authentication via the Authorization header.
Authorization
Yes
Bearer token with your API key
silenceID
string
Yes
The UUID of the silence to delete
curl -sS -X DELETE 'https://app.groundcover.com/api/monitors/silences/<SILENCE_ID>' \
-H 'Authorization: Bearer <YOUR_API_KEY>'Status Code: 200 OK
Once a silence is deleted, suppressed monitors will resume normal notification behavior.
The silenceID is returned when you create a silence.
This endpoint deletes one-time silences. To delete a recurring silence, see Recurring Silences API.
Last updated
