Official Plugins (Kuzzle v2.x)
Cloudinary v2.x
2

destroy #

Deletes the specified asset


Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/_plugin/cloudinary/assets/<public_id>
Method: DELETE

Be aware that Cloudinary allows special characters in the public_id syntax. You may need to encode the public id with escape character

Other protocols #

Copied to clipboard!
{
  "controller": "cloudinary/assets",
  "action": "destroy",
  "public_id": "sample"
}

Arguments #


Response #

Copied to clipboard!
{
  "status": 200,
  "error": null,
  "controller": "cloudinary/assets",
  "action": "destroy",
  "requestId": "<unique request identifier>",
  "result": {
    "result": "ok"
  }
}

Possible Errors #