Skip to main content

Delete sticker in the sticker pack

DELETE 

/bv/chatroom/v1/stickerpacks/:id/stickers/:sticker_id

Delete a specified sticker in the sticker pack. Authorization requires either the chatroom token with admin role or the sticker token.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the sticker pack.

    sticker_id stringrequired

    Required. The unique id of the sticker.

Header Parameters

    authorization string

    This API should be invoked with the chatroom token or sticker token.

Responses

A successful response.

Schema

    object

Loading...