Channel deletion API
    • PDF

    Channel deletion API

    • PDF

    Article summary

    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}'
    
    HeaderTypeRequiredDescription
    x-api-keyStringODashboard > Settings > Project settings > API Key
    AttributeTypeRequiredDescription
    projectIdStringOProject ID (Dashboard > Settings > Project settings > Project ID)
    channelIdStringOChannel ID

    Response

    Success

    {
        "status": 1,
        "message": "success"
    }
    
    AttributeTypeDescription
    statusIntResult (1: Successful. Refer to the error code for failures.)
    messageStringResult message

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.