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
- Type: stringasset
_id requiredAsset 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'

