Channel deletion API
- Print
- PDF
Channel deletion API
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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}'
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"
}
Attribute | Type | Description |
---|---|---|
status | Int | Result (1: Successful. Refer to the error code for failures.) |
message | String | Result message |
Was this article helpful?