deleteLink

fun deleteLink(link: RefyLink): JSONObject

Function to execute the request to delete a link

Return

the result of the request as JSONObject

Parameters

link

: the link to delete


fun deleteLink(linkId: String): JSONObject

Function to execute the request to delete a link

Return

the result of the request as JSONObject

Parameters

linkId

: the link identifier of the link to delete