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 image
:: services/logs/images/delete method

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

Delete a log entry image.

image_uuid required

ID of the log entry image 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 all went well.

Please note, that this will always be true! Nothing can go wrong as long as you pass your parameters in a right way (and if you don't, you will get an HTTP 400 response). If you have received an HTTP 200 response, then you may assume that all went well.