| |||||
API Home >> Show >> API Reference >> Private
To remove public sharing access from a particular presentation.
<form method="POST"
action="http://show.zoho.com/api/private/xml/removepublic/3000000005001?apikey=[APIKEY]&ticket=[Ticket]">
<input type="submit"
value="removepublic"
name="submit">
</form>
| Field | Description |
| presentationId | Unique ID associated with the presentation whose public access is being revoked. |
| presentationName | Name of the presentation. |
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/private/xml/removepublic/3000000005001">
<result>
<presentationId>3000000005001</presentationId>
<presentationName>ajax</presentationName>
</result>
</response>
{
"response":
{
"uri": "/api/private/json/removepublic/3000000005001",
"result":
{
"presentationId":"3000000005001",
"presentationName":"ajax"
}
}
}