Skip to main content

Delete pattern

DELETE 

/bv/chatroom/v1/patterns/:id

Removes a specific pattern from the pattern. Authorization requires either the chatroom token with admin role or the dictionary token.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the pattern 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...