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

Header
Type
Required
Description

x-api-key

String

O

Dashboard > Settings > Project settings > API Key

Attribute
Type
Required
Description

projectId

String

O

Project ID (Dashboard > Settings > Project settings > Project ID)

channelId

String

O

Channel ID

Response

Success

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

JavaScriptCopy

Attribute
Type
Description

status

Int

Result (1: Successful. Refer to the error code for failures.)

message

String

Result message

Last updated