Skip to main content
POST
Unlink Driver

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

driverId
string<uuid>
required

Driver identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Driver transport operator

driverTransportOperatorId
string<uuid>
required

Driver transport operator identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

cooperativeId
string<uuid>
required

Cooperative identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

driverId
string<uuid>
required

Driver identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

transportOperatorId
string<uuid>
required

Transport operator identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

status
enum<string>
required

Driver status in transport operator

Available options:
PENDING_APPROVAL,
ACTIVE,
INACTIVE,
SUSPENDED
Example:

"ACTIVE"

createdAt
string<date-time>
required

Created at

Example:

"2026-01-01T00:00:00.000Z"

updatedAt
string<date-time>
required

Updated at

Example:

"2026-01-01T00:00:00.000Z"

approvedBy
string<uuid> | null

Approved by

Example:

null

createdBy
string<uuid> | null

Created by

Example:

null

updatedBy
string<uuid> | null

Updated by

Example:

null

deletedBy
string<uuid> | null

Deleted by

Example:

null

approvedAt
string<date-time> | null

Approved at

Example:

null

admittedAt
string<date-time> | null

Admitted at

Example:

null

startsAt
string<date-time> | null

Starts at

Example:

null

endsAt
string<date-time> | null

Ends at

Example:

null

deletedAt
string<date-time> | null

Deleted at

Example:

null