Skip to content

Delete

//trimble-id/com.trimble.id/HttpClient/delete

delete

[JVM]
open fun <T> delete(url: String, headers: List<NameValuePair>, responseType: Class<T>): CompletableFuture<Response<T>>

Delete method

Return

  • Future that resolves to Response

Parameters

JVM

<T>- responseType
url- url
headers- headers
responseType- responseType

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.