Delete Widget
DELETE/api/v1/widgets/:widget_id
Delete a widget. This also deletes every conversation it produced and their messages, and cannot be undone.
A widget is its own channel, so removing it removes the channel the conversations hang from. Export anything you need first; the embed code stops working immediately.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
X-API-Key missing, invalid or revoked.
The key has no access to this workspace, or the workspace has the feature disabled.
No widget with this id in the workspace.
Validation Error