チャンネル削除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}'
Header
Type
Required
Description
x-api-key
String
O
ダッシュボード > 設定 > プロジェクトの設定 > API Key
Attribute
Type
Required
Description
projectId
String
O
プロジェクトID(ダッシュボード > 設定 > プロジェクトの設定 > プロジェクトID)
channelId
String
O
チャンネルID
Response
成功
{
"status": 1,
"message": "success"
}
Attribute
Type
Description
status
Int
結果値(1:成功、失敗はエラーコードを参考)
message
String
結果メッセージ
Last updated