Controller: Email2Folder: RemoveE2FLink
RemoveE2FLink
Removes a Email2Folder link by prefix
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
Prefix* | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Token=rctnvi6lpp6d388o4vq7dliii1&Task=RemoveE2FLink&Prefix=mycustomprefix'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>