Skip to main content

Delete dictionary

DELETE 

https://api.one.blendvision.com/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

Authorization: authorization

name: authorizationtype: apiKeydescription: Enter the token with Bearer schema prefix, eg. `Bearer <token-string>`in: header
curl -L -X DELETE 'https://api.one.blendvision.com/bv/chatroom/v1/dictionaries/:id' \
-H 'Accept: application/json' \
-H 'authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.one.blendvision.com
Auth
Parameters
— pathrequired
— header
ResponseClear

Click the Send API Request button above and see the response here!