v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Subscriptions

Terminate contractor of record employment

Deprecated. Use POST /contractors/employments/{employment_id}/cor-termination-requests instead.

Initiates a termination request for a Contractor of Record employment. When a termination request is sent, a stop work order is issued and the contractor remains active until a final invoice is paid or waived. Currently, only Contractor of Record employments can be terminated.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)-Manage employments (employment:write)
post/v1/contractors/employments/{employment_id}/terminate-cor-employment

Path parameters

employment_idstring required

Employment ID

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}