exec Delete

protected fun execDelete(endpoint: String, payload: APIRequest.Params? = null): JSONObject

Function to execute a RequestMethod.DELETE request to the backend

Return

the result of the request as JSONObject

Parameters

endpoint

: the endpoint path of the request url

payload

: the payload of the request