DELETE api/2.0/crm/contact/{contactid}/avatar
Deletes an avatar of the contact with the ID specified in the request.
Name |
Description |
Type |
Example |
contactId
sent in url
|
Contact ID
|
number
|
1234
|
contactType
sent in body
|
Contact type
|
string
|
some text
|
uploadOnly
sent in body
|
Defines whether to upload a new avatar only or also delete an old one
|
Bool value
|
true
|
DELETE api/2.0/crm/contact/1234/avatar
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"contactType": "some text",
"uploadOnly": true
}