チャンネル削除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}'

Response

成功

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

Last updated