Skip to main content

Delete poll in chatroom

DELETE 

/bv/chatroom/v1/chatrooms/polls/:id

Removes an existing poll from the chatroom. Authorization requires the chatroom token with the admin role.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the poll that targets to delete in the chatroom.

Header Parameters

    authorization string

    This API should be invoked with the chatroom token.

Responses

A successful response.

Schema

    object

Loading...