ver. 1956 (2333616)
services/apiref
services/apisrv
services/attrs
services/caches
services/caches/formatters
services/caches/map
services/caches/search
services/caches/shortcuts
services/logs
services/logs/images
services/oauth
services/replicate
services/users

Delete a log entry
:: services/logs/delete method

Minimum Authentication: Level 3 (see Authentication Levels)
https://www.opencaching.nl/okapi/services/logs/delete

This method allows your user to delete own log entries.

log_uuid required

ID of the log entry to be deleted. The user of your Access Token must be the author of the log entry.

format optional Standard common formatting argument.
callback optional Standard common formatting argument.
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization.

Returned value:

A dictionary of the following structure:

  • success - true, if the log entry was deleted; false if it could not be deleted,

  • message - plain-text string, a message for the user, which acknowledges success or describes an error (usually you want to display this only when success is false).