cURL
curl --request DELETE \ --url https://api.agentmark.co/v1/alerts/{alertId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "error": { "code": "<string>", "message": "<string>" } }
Deletes an alert. Cascades to its alert_history rows.
Documentation IndexFetch the complete documentation index at: https://docs.agentmark.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.agentmark.co/llms.txt
Use this file to discover all available pages before exploring further.
Application ID for tenant scoping
API key (sk_agentmark_*)
Alert deleted.