Deletes a Watts chat. Chat must belong to the authenticated user.
Use this endpoint to soft-delete a chat session. The chat becomes inactive and will no longer
appear in GET /chat results. Requires the VirtualEnergyManager feature flag.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| chatId | Unique numeric identifier of the chat to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.