DeleteSocialShareLink

DeleteSocialShareLink

This method deletes a social shared link.

URI

https://www.fillanypdf.com/api/rest/DeleteSocialShareLink

Input Parameters

name type comment
handshake string Authentication token
sharelinkid int Shared link ID

Returns

true if the shared links were successfully deleted; otherwise, false.

REST

<?xml version="1.0" encoding="utf-8" ?>
<ServiceResultOfBoolean xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Failed>false</Failed>
    <Result>true</Result>
</ServiceResultOfBoolean>

In case of an error, the Result is returned empty (null) and the field Error is populated with the error message.

SOAP

Returns ServiceResult<bool>

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License