Skip to content

Delete a contact form widget

DELETE
/api/widgets/contact/{widgetId}

Permanently deletes a contact form widget. Any embedded instances will display an error state.

widgetId
required
string format: uuid

The unique identifier of the widget to delete.

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