Skip to main content
DELETE
Delete Contact Avatar

Authorizations

api_access_token
string
header
required

Path Parameters

id
string<uuid>
required

ID of the contact

Response

Avatar deleted successfully

success
boolean
Example:

true

data
object | null

Updated contact data (null for delete operations)

Example:

null

meta
object
message
string

Success message

Example:

"Avatar deleted successfully"