Skip to main content

Delete a chatbot

DELETE 

/bv/aisk/v1/chatbots/:id

This API is used to delete a chatbot resource.


It'll return a 404/NotFound error if any requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the chatbot id.

Responses

A successful response.

Schema

    object

Loading...