Disable Search & Match🔗︎
| HTTP Verb | Path |
|---|---|
| POST | https://api.us.textkernel.com/tx/accounts/api/(accountId)/matching/disable |
Disables Search & Match on a Sub-Account
Warning
Documents parsed without Search & Match cannot be indexed and used for matching later.
Path Parameters🔗︎
| Parameter | Data Type | Description |
|---|---|---|
| accountid | string | The AccountId of the account to disable Search & Match for. |
Response Body🔗︎
ErrorMessage 🔗︎ string
ErrorMessage🔗︎
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.
Sample JSON
json
{
"ErrorMessage": "string"
}