Delete Asset

Deletes a single asset.


🚧

Caution

There is an additional pay-per-use cost for this functionality and usage of video assets is subject to the Kevel Terms of Service. To get access to this feature, please contact your account manager or email [email protected].

Why delete an asset?

You may wish to delete an asset because it is no longer needed. The file associated to the asset will be deleted when deleting the asset, removing it from public view.

API Syntax

When using the Delete Asset API, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

POST https://api.kevel.co/v1/asset/{AssetID}/delete

Where:

  • POST - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • asset - the type of entity to return from the advertiser.
  • AssetID - the asset ID.
  • delete - the action being taken.
Language
Authorization
Header