Logo
Real UISupport 3 Docs

Contact Target

연락 대상 삭제

DELETE /contact-targets/:id

DELETE
/api/rest/v1/contact-targets/:id

연락 대상 삭제

인증: Bearer 인증키 (REST_API) 또는 세션

Response Example
{
  "data": {
    "id": "...",
    "deleted": true
  }
}