# DatadogAPIClient::V1::SLODeleteResponse ## Properties | Name | Type | Description | Notes | | ---------- | ------------------------------ | -------------------------------------------------------------------------------- | ---------- | | **data** | **Array<String>** | An array containing the ID of the deleted service level objective object. | [optional] | | **errors** | **Hash<String, String>** | An dictionary containing the ID of the SLO as key and a deletion error as value. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLODeleteResponse.new( data: null, errors: null ) ```