Skip to main content
DELETE
/
users
/
{external_id}
/
embed-token
Invalidate User's Embed Token
curl --request DELETE \
  --url https://playground.answeringagent.com/api/v1/users/{external_id}/embed-token \
  --header 'X-API-KEY: <api-key>'
{
  "user_id": "customer_123",
  "message": "Embed token invalidated successfully"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

external_id
string
required

The external ID of the user

Response

Embed token invalidated successfully.

user_id
string

The external ID of the user

Example:

"customer_123"

message
string
Example:

"Embed token invalidated successfully"