Avatars
Delete avatar videos bulk
This endpoint can be used to bulk delete the avatar inference videos by providing a list of avatar inference ids.
DELETE
/
v1
/
avatars
/
bulk_delete_avatar_inferences
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 inference ids to delete.
Response
200 - application/json
deleted_inferences_count
integer
default: 0deletion_failed_inferences_count
integer
default: 0deleted_inference_ids
string[]
deletion_failed_inference_ids
string[]