# Delete a load posting by token

Endpoint: DELETE /v2/postings/loads/{token}
Version: v2
Security: OrgTokenBearer

## Path parameters:

  - `token` (integer, required)
    The posting's Token, as returned from POST /v2/postings/loads or GET /v2/postings/loads.

## Request fields (*/*):

  - `pStatus` (string)
    Optional status override to target (max 1 character). Defaults to "O" (Open) when omitted.
    Example: null

## Response 400 fields (application/json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `instance` (string)

  - `traceId` (string)

  - `detail` (string)
    the details of the error

  - `errors` (array)

  - `errors.name` (string)
    the name of the error or property of the dto that caused the error

  - `errors.reason` (string)
    the reason for the error

  - `errors.code` (string)
    the code of the error

  - `errors.severity` (string)
    the severity of the error

