Payroll

Delete Pending Paycheck Deductions

DELETE
/pending-paycheck-deductions

Deletes pending paycheck deductions in a batch.

Access control: All ids must reference pending paycheck deductions belonging to companies your integration has access to.

Error Details:

  • 400 Bad Request — request body is empty, batch exceeds 500 items, or one or more ids do not exist or reference companies the user does not have access to
X-API-KEY<token>

Your API key.

In: header

Query Parameters

api-version*string

API version

Default"3.0"
Value in"3.0"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://external-app-prod.netchexonline.net/pending-paycheck-deductions?api-version=3.0" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}