deleteCustomLink

fun deleteCustomLink(link: CustomRefyLink): JSONObject

Function to execute the request to delete a custom link

Return

the result of the request as JSONObject

Parameters

link

: the link to delete


fun deleteCustomLink(linkId: String): JSONObject

Function to execute the request to delete a custom link

Return

the result of the request as JSONObject

Parameters

linkId

: the identifier of the link to delete