Realtime Avatar

Delete avatar

DELETE
/api/v1/avatars/{avatarId}

Soft-delete an avatar. Requires scope avatars:write.

AuthorizationBearer <token>

TIC API key as a bearer token: Authorization: Bearer tic_live_... or tic_test_.... Create keys in the dashboard at /platform/dashboard or via POST /api/v1/api-keys.

In: header

Path Parameters

avatarId*string

Platform avatar id (starts with ava_).

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/avatars/string"
Empty
{  "error": "string",  "status": 0,  "code": "string",  "retryable": true,  "billingUrl": "string"}
{  "error": "string",  "status": 0,  "code": "string",  "retryable": true,  "billingUrl": "string"}