Disable an alert
Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/alerts/alert/{alertId}/_disable
Refer to Spaces for more information.
Deprecated in 7.13.0. Use the disable rule API instead.
POST
/api/alerts/alert/{alertId}/_disable
curl \
--request POST 'http://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/_disable' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: string"