delete
abstract fun delete(body: RequestBody?, endPoint: EndPoint.IEnumEndpoint, vararg params: String): DeleteRestApi(source)
Deletes something from the API.
Return
The DeleteRestApi object.
Parameters
end Point
The endpoint to delete from.
params
The parameters to be used in the endpoint.
Deletes something from the API.
Return
The DeleteRestApi object.
Parameters
body
The body of the request.
end Point
The endpoint to delete from.
Deletes something from the API.
Return
The DeleteRestApi object.
Parameters
end Point
The endpoint to delete from.