Skip to main

API Technical Specs

Learn how to configure and leverage our services to achieve your toughest recruiting needs.
SaaS     |

Disable AI Matching

POST https://accounts.resumeparsing.com/api/(accountId)/matching/disable

Disables AI Matching on a Sub-Account

Documents parsed without AI Matching cannot be indexed and used for matching later.

Path Parameters

ParameterData TypeDescription
accountidstringThe AccountId of the account to disable AI Matching for.

Response Body

ErrorMessagestring
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.

Sample Response

{ ... 
"ErrorMessage" :  "string"
}