curl --request DELETE \
--url https://api.example.com/api/v1/admin/alert/{uid} \
--header 'Authorization: Bearer <token>'[
{
"key": "<string>",
"value": "<unknown>"
}
]Delete alert by uid. Multiple deletions might occur, as alerts in different index groups could happen to have same uid.
curl --request DELETE \
--url https://api.example.com/api/v1/admin/alert/{uid} \
--header 'Authorization: Bearer <token>'[
{
"key": "<string>",
"value": "<unknown>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.