cURL
curl --request DELETE \ --url https://dash.empirical.run/api/snoozes/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "snooze": { "id": 123, "project_id": 123, "test_ids": [ "<string>" ], "snooze_until": "<string>", "description": "<string>", "created_from_test_run_id": 123, "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "scoped_to_environment_id": 123 } } }
Permanently deletes a snooze.
API key from the Empirical dashboard.
Snooze ID.
-9007199254740991 <= x <= 9007199254740991
Deleted snooze.
Show child attributes
Was this page helpful?