Delete asset

DELETE /data/assets/{asset_id}

Permanently remove an asset from the system. Only asset creators or project managers can delete assets

Path parameters

  • asset_id Required

    Unique identifier of the asset to delete

Query parameters

  • force

    Force deletion bypassing validation checks

Responses

  • 204

    Asset successfully deleted

DELETE /data/assets/{asset_id}
curl \
 --request DELETE 'http://api.example.com/data/assets/a24a6ea4-ce75-4665-a070-57453082c25' \
 --header "Authorization: $API_KEY"