Delete
synq.alerts.services.v1.AlertsService
Delete
Delete an existing alert configuration. The config can be identified by either ID or FQN.
DELETE
Delete
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
DeleteRequest specifies which alert configuration to delete. The config can be identified by either ID or FQN.
Identifier for the config to delete.
- fqn
- id
Response
200 - application/json
Success
DeleteResponse confirms the deletion (empty response). Empty response - successful deletion is indicated by HTTP 200 status.