delete Repeatable Request
open fun deleteRepeatableRequest(requestID: GuidValue, headers: HttpHeaders, options: RequestOptions)
open fun deleteRepeatableRequest(requestID: GuidValue, headers: HttpHeaders, options: RequestOptions, completionHandler: (Result<Unit>) -> Unit)
Ask the server to forget (delete) the repeatable request with the specified requestID.
Parameters
request ID
Repeatability-Request-ID header value used in previous repeatable request.
headers
Optional request-specific headers.
options
Optional request-specific options.