채널 삭제
채널을 삭제합니다.
요청
Method : DELETE
URI : /channel/{channelId}
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | O | 대시보드 > 설정 > 프로젝트 설정 > API Key |
Attribute | Type | Required | Description |
---|---|---|---|
projectId | String | O | 프로젝트 아이디 (대시보드 > 설정 > 프로젝트 설정 > 프로젝트 ID) |
channelId | String | O | 채널 아이디 |
응답
성공
Attribute | Type | Description |
---|---|---|
status | Int | 결과값 (1: 성공, 실패는 Error code 참고) |
message | String | 결과 메시지 |
Last updated