Spaces method and path for this operation:
post /s/{space_id}/api/alerting/rule/{id}/_disable
Refer to Spaces for more information.
POST /api/alerting/rule/{id}/_disable
curl \ --request POST 'https://localhost:5601/api/alerting/rule/{id}/_disable' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true" \ --data '{"untrack":true}'