Skip to main content

DELETE – Trigger Instance

Request

DELETE https://{{ip}}/redfish/v1/TelemetryService/Triggers/{{trigger_instance}}
Content-Type: application/json
  1. The DELETE operation is used to delete either a numeric or a discrete trigger.

  2. If the value of the ServiceEnabled attribute available under the Telemetry Service Resource (i.e./redfish/v1/TelemetryService) is true, it signifies that the Telemetry Service is in Enabled state and the DELETE Request will succeed.

  3. If it is false, it signifies that the Telemetry Service is in Disabled state and it will fail with an error message stating, the operation failed because this service is disabled can no longer take incoming requests.

Request example

DELETE https://{ip}/redfish/v1/TelemetryService/Triggers/ChassisIndicatorLED
Content-Type: application/json

Response

HTTP/1.1 204 No Content