Skip to content

Delete a site widget chat conversation from the admin inbox​

DELETE
/product/sites/{siteId}/chat/conversations/{conversationId}

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
conversationId*
Type
string
Required

Responses​

Deleted

application/json
JSON
{
  
"conversation": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI