Skip to main content
DELETE
/
api
/
v2
/
ai-suggestions
/
{suggestionId}
Delete AI Suggestion
curl --request DELETE \
  --url https://app.livechatai.com/api/v2/ai-suggestions/{suggestionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "message": "Suggestion deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

suggestionId
string
required

The unique identifier of the AI suggestion to delete

Example:

"msg_1234567890abcdef"

Response

Successfully deleted the AI suggestion

status
string
Example:

"success"

data
object