채널 삭제

채널을 삭제합니다.

요청

  • Method : DELETE

  • URI : /channel/{channelId}

DELETE
url : https://dashboard-api.gamechat.naverncp.com/v1/api/project/{projectId}/channel/{channelId}
Header : 'x-api-key: {API Key}'
HeaderTypeRequiredDescription

x-api-key

String

O

대시보드 > 설정 > 프로젝트 설정 > API Key

AttributeTypeRequiredDescription

projectId

String

O

프로젝트 아이디 (대시보드 > 설정 > 프로젝트 설정 > 프로젝트 ID)

channelId

String

O

채널 아이디

응답

성공

{
    "status": 1,
    "message": "success"
}
AttributeTypeDescription

status

Int

결과값 (1: 성공, 실패는 Error code 참고)

message

String

결과 메시지

Last updated