Delete an AssetAsk AIdelete https://preview.threekit.com/api/assets/{assetId}Deletes an asset by ID and organization ID.Path ParamsassetIdstringrequiredID of the asset to be retrieved.Query Paramsbearer_tokenstringAccess token used to authorize the request. This endpoint only works with private tokens.orgIdstringrequiredOrganization ID.branchstringName of the org branch to connect to. If no value is provided the default value is "main".Responses 200Successfully delete the asset 400User did not pass orgId as query parameter. 401User is not authenticated. They must be authenticated to use this service. 403No token was provided in the query string of the request 422Cannot delete a deleted assetUpdated about 1 year ago