DELETE/contacts/{contactId}/photo

연락처의 프로필 사진을 삭제한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

contact

HTTP Request

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

Path Parameters

ParameterTypeDescription
contactId string 

고객/거래처 연락처 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