チャンネル削除API
チャンネルを削除します。
Request
Method : DELETE
URI : /channel/{channelId}
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
成功
Attribute | Type | Description |
---|---|---|
status | Int | 結果値(1:成功、失敗はエラーコードを参考) |
message | String | 結果メッセージ |
Last updated