Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.

Delete an Alert Configuration

Base URL: https://<ops-manager-host>

Syntax

DELETE /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID}

Request Path Parameters

Parameter Required/Optional Description
GROUP-ID Required Group identifier.
ALERT-CONFIG-ID Required Alert configuiration identifier.

Request Query Parameters

Field Required/Optional Description
pageNum Optional. The page to return.
itemsPerPage Optional. Maximum number of items to return per page. Default is 100.
envelope Optional. A boolean that specifies whether or not to wrap the response in an envelope.

Request Body Parameters

This endpoint does not use HTTP request body parameters.

Response Elements

This endpoint returns an empty object.

Example Request

curl -X DELETE -u "username:apiKey" --digest "https://<ops-manager-host>/api/public/v1.0/groups/4d1b6314e528c81a1f200e03/alertConfigs/5357ce3e3004d83bd9c7864c"

Example Response

{}