Controller: Link Management: RevokeLink
RevokeLink
This disables the link so that it no longer works.
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
LinkID[]* | String[] | Id or array of linkIds |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=RevokeLink&LinkId[]=49fe57c9-f467-0995-78eb-20444c8c6931'
Response:
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>