Skip to main content
DELETE
delete avatar

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Avatar ID

Query Parameters

hard
boolean

When true, permanently deletes the avatar and purges its stored source and generated assets instead of soft-deleting it.

Response

Successfully deleted avatar

message
string
Example:

"Avatar deleted successfully"

Last modified on July 10, 2026