Skip to main content
Ctrl+K
cloudplan API v2 documentation - Home cloudplan API v2 documentation - Home
  • Getting Started
  • API Reference
  • Concepts
  • Portal
  • Old Docs Page
  • Getting Started
  • API Reference
  • Concepts
  • Portal
  • Old Docs Page

Section Navigation

Storage v1 API

  • List all Root Directories
  • List Folder Content
  • Create a new Folder
  • Delete Folders and Files
  • Upload a File

Datatable API

  • Get Rows
  • Add Rows

Weblink API

  • Create a Weblink
  • List Weblinks
  • Revoke a Weblink
  • API Reference
  • Revoke a Weblink

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.

Reply Parameters#

There are no reply parameters for this request. On failure errors may be returned.

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
}
On this page
  • Request Parameters
  • Reply Parameters
  • Example

© Copyright 2026, cloudplan GmbH.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.