Release | Revoke guidebook release

This article describes how to cancel a guidebook release through the GUIBO API. Travellers will not be able to download the guidebook with the given download code any more.

You can only revoke releases before the first day of the download period

Revokation of the download permissions can be done by calling our REST/https service. This example revokes a downloadpermission for the downloadcode "234"

  • Replace CCCCCC with the customer ID, you can find this under Account Settings > General Settings > Account ID

  • Replace xxxxxx-xxxxxx-xxxxxx-xxxxxx with the API key, you can find this under Account Settings > General Settings > API Key

curl --location --request DELETE 'https://services.schneidergeo.com/content/release/CCCCCC/2234' \
--header 'Content-Type: application/json' \
--header 'Authorization: xxxxxx-xxxxxx-xxxxxx-xxxxxx' 

Last updated