Delete Asset
You can get delete assets using the REST APINB: This endpoint will deliver different responses based on the type of asset being deleted. To see the JSON responses for different asset types please see Video Object Documentation , Photo Object Documentation or the Audio Object Documentation
Request
DELETE https://www.cameratag.com/api/v15/assets/[YOUR_ASSET_UUID].json
Parameters
Below is a list of parameters that this endpoint accepts.
Parameter | Accepted Values | Description | Required |
---|---|---|---|
api_key | valid user api_key | Use your account's api_key to authenticate. | Required |
Example Response
This endpoint will deliver different data depening on the chosen asset's type and authentication status.. To see the full authenticated and unauthenticated JSON of different asset types please see the:
Video Object Documentation
Photo Object Documentation
or the
Audio Object Documentation