Avatars
Bulk Delete Avatars
This endpoint can be used to bulk delete the avatars along with the associated inference videos.
DELETE
/
v1
/
avatars
/
bulk_delete_avatars
Authorizations
ganos-api-key
string
headerrequiredUse the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.
Body
application/json ยท string[]
List of avatar ids to delete.
Response
200 - application/json
deleted_avatars_count
integer
default: 0deletion_failed_avatars_count
integer
default: 0associated_inferences_deleted_count
integer
default: 0deleted_avatar_ids
string[]
deletion_failed_avatar_ids
string[]
associated_inferences_deleted
string[]