Skip to main content

Delete dictionary

DELETE 

/bv/chatroom/v1/dictionaries/:id

Removes a specified dictionary from the system. Authorization requires either the chatroom token with admin role or the dictionary token.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the dictionary to delete.

Header Parameters

    authorization string

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

Responses

A successful response.

Schema

    object

Loading...