delete https://api.bigpanda.io/resources/v1.0/plans/
Deletes an existing alert filter and removes it from the system.
Renamed API
The Alert Filter Plans API was previously called V1 Maintenance Plans or V1 Plans. The functionality of the API has not changed, but the name has been updated to clarify which BigPanda feature the API manages.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Sample Call
curl --request DELETE \
--url https://eu-api.bigpanda.io/resources/v1.0/plans/${id} \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Authorization: Bearer <ORG TOKEN>'
curl --request DELETE \
--url https://eu-api.bigpanda.io/resources/v1.0/plans/${id} \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Authorization: Bearer <ORG TOKEN>'