Channel deletion API

Delete a channel.

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}'

Plain textCopy

Response

Success

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

JavaScriptCopy

Last updated