v1
latestOpenAPI 3.1.02026-07-242892032.8 MBEndpoints
Job Deletion
Removes a registered job from the search repository using its ID.
delete/searchservice/job/delete/{jobId}
Path parameters
jobIdstring required
The ID of the resume to delete
Response
OK
Example response
{
"status": true,
"statusCode": "OK",
"requestId": "f8dd5896-a564-4192-a05d-d186e7de99de",
"timeStamp": "2023-08-02 11:50:15.123",
"responseData": {
"type": "posting",
"id": "Jobtxttxt",
"vendor": "testposting",
"locale": "en_us",
"instanceType": "SPECTRUM",
"maxDocumentCount": 1000,
"registeredDocumentCount": 5
}
}