Deletes an asset. Any file attachments linked to the asset will be moved back to the uncategorized directory of the Smart Repository.
Warning
The HTTP DELETE method deletes your existing asset data. This request cannot be undone.
Endpoint URL
https://dashboard-api.revnue.com/api/v2/asset
Authentication and rate limits
Item | Details |
---|---|
Authentication method | OAuth 2.0 Bearer token |
Rate limit | Rate Limit |
Requests Example
curl --request DELETE \
--url 'https://dashboard-api.revnue.com/api/v2/asset/$id \
--header 'Authorization: Bearer $BEARER_TOKEN' \
--header 'Content-Type: application/json'
Query Parameters
- id (integer) --
[REQUIRED] The ID of the asset.
The id parameter is passed as part of the request url/asset/$id
.
To lookup a specific asset ID, see the List Asset API.