"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Delete Duplicates from Cloud Database

I uploaded an image to to cloud database, using AddTarget API, I also checked dulicates using DuplicateCheck API. There are duplicates found in my DB,  I would like to remove them, if not cloud DB scan API returns a different ID for the same target.

My problem is I can't delete them or deactivate them using Delete target API or Update target API and when I try to do that, I get this response:

"Unexpected HTTP status: 403 Forbidden {"result_code":"TargetStatusNotSuccess","transaction_id":"4c484de6f8034cce8cd51e7a20230df3"}"

Hello,

I'll request the team to take a look at this issue.

Thanks,

Vuforia Engine Support

Hello @oxideart,

Per the Cloud devops team, while a Cloud Target is in "processing" state, it cannot be deleted. In case the target is in processing and an Update operation is performed, the response you received is the expected return value for such a case.