Package version:

Interface DeleteConfigurationSettingResponse

Response from deleting a ConfigurationSetting.

interface DeleteConfigurationSettingResponse {
    _response: any;
    statusCode: number;
    syncToken?: string;
}

Hierarchy (view full)

Properties

_response: any

The underlying HTTP response.

statusCode: number

The HTTP status code for the response

syncToken?: string

Enables real-time consistency between requests by providing the returned value in the next request made to the server.