Controller: Link Management: DeleteLink
DeleteLink
Sets a link to deleted
- With a username and password
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
LinkID[]* | String[] | ID or array of Link id's |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=DeleteLink&LinkID[]=49fe57c9-f467-0995-78eb-20444c8c6931'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>