DeleteConfigurationSettingResponse interface
Response from deleting a ConfigurationSetting.
- Extends
Inherited Properties
status |
The HTTP status code for the response |
sync |
Enables real-time consistency between requests by providing the returned value in the next request made to the server. |
Inherited Property Details
statusCode
The HTTP status code for the response
statusCode: number
Property Value
number
Inherited From HttpResponseFields.statusCode
syncToken
Enables real-time consistency between requests by providing the returned value in the next request made to the server.
syncToken?: string
Property Value
string
Inherited From SyncTokenHeaderField.syncToken