/assets/:assetId
API Reference
DELETE Asset
This API endpoint allows you to delete an asset by its ID.
Request Format:
curl --request DELETE \
--url https://api.air.inc/v1/assets/{assetId}
Parameters
assetId(string, required): The ID of the asset you wish to delete.
Example
To delete an asset with ID 204, you would format your request as follows:
curl --request DELETE \
--url https://api.air.inc/v1/assets/204
Response
You can click Try It! to start a request and see the response here!