DELETE/contacts/{contactId}/photo

Deletes a contact profile photo.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

contact

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/contacts/{contactId}/photo

Path Parameters

ParameterTypeDescription
contactId string 

Customer/client contact ID


required
example : contact2-a56d-44a4-5304-033e16fca8d1 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 404

Not Found