# Delete an SLO Delete an SLO by specifying its ID. Endpoint: DELETE /1/slos/{datasetSlug}/{sloId} Version: 1.0.0 Security: configuration_key ## Path parameters: - `datasetSlug` (string, required) The dataset slug or use for endpoints that support environment-wide operations. - `sloId` (string, required) Unique identifier (ID) of the SLO. ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `error` (string) ## Response 404 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string) ## Response default fields (application/json): - `error` (string)