Hi,
I'm trying to delete a Gallery user with the v3 API.
The response I get from the call to delete is as follows:
{ "message": "User owns one or more assets." }
That makes complete sense, however when I make an API call for the user's assets I get the following response:
{ "workflows": [], "schedules": [], "collections": [], "insights": [] }
Any ideas what could be preventing user deletion?