Delete a Q&A pair and stop it from matching. This cannot be undone. Requires the write:qa permission.
Authorization
BearerAuth write:qaAuthorizationBearer <token>
In: header
Scope: write:qa
Path Parameters
id*string
pairId*integer
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/agents/string/qa-pairs/1"{
"deleted": true
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"issues": [
{
"path": "string",
"message": "string"
}
]
}Update a Q&A pair PATCH
Change the question, answer, or enabled state of a Q&A pair. Changes are re-indexed in the background. Requires the `write:qa` permission.
List leads GET
List leads the agent captured, newest first, paged with `limit`/`offset` and filterable by `email` substring and `startDate`/`endDate` (inclusive, YYYY-MM-DD). Includes contact details and captured form fields, never network data. Requires the `read:leads` permission.