v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

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

statusboolean required

Indicates whether the request was successful.

statusCodestring required

Status code of the response.

requestIdstring uuid required

Unique identifier for tracking the request.

timeStampstring date-time required

Timestamp of when the request was processed.

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
  }
}