频道删除API

此API用于删除频道。

Request

  • 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(仪表盘 > 设置 > 项目设置 > 项目ID)

channelId

String

O

频道ID

Response

成功

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

status

Int

结果值(1:成功,失败请参考错误代码)

message

String

结果消息

Last updated