Revoke a Weblink#
Permanently deletes a weblink, so it becomes unusable to anyone who received it.
Endpoint#
POST https://api.cloudplan.net/api/weblink/revoke
Request Parameters#
Possible request parameters#
{
"weblink_id": ""
}
weblink_id | (string)
Id of the weblink to revoke.
Example#
This lists weblinks for the given folder.
Example Request#
{
"weblink_id": "696E2FB8C928BCC0027D656973E20AC9"
}
Reply#
HTTP status: 200 OK
JSON Reply on Error#
{
"reason": "weblink_not_found",
"result": false
}