Delete Asset

This endpoint deletes an asset.

Request

DELETE https://v2.api.uberflip.com/assets/{assetId}
Path Parameters Description
assetId The unique identifier of the asset

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/assets/83

Sample response:

HTTP/1.1 204 NO CONTENT
Content-Type: application/json