Delete a KB widget
DELETE /api/widgets/kb/{widgetId}
DELETE
/api/widgets/kb/{widgetId}
Permanently deletes a knowledge base widget. Any embedded instances on external websites will stop functioning. This action cannot be undone.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” widgetId
required
string format: uuid
The unique identifier of the widget to delete.
Responses
Section titled “ Responses ”The widget was deleted.
No widget exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
error
required
A human-readable error message describing what went wrong.
string
Example
Conversation not found