Delete Asset

This endpoint removes an asset given its unique asset id. The asset will be removed from storage as well, associated URLs will be inaccessible.

Path Parameters
  • asset_id
    Type: string
    required

    Asset id of the video asset which needs to be deleted.

Responses
  • application/json
  • application/json
  • application/json
Request Example for delete/video/assets/{asset_id}
curl 'https://api.gumlet.com/v1/video/assets/{asset_id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'