Jobs
Unassign Pilots
Remove one or more pilots from a job.
Requires an API key with
404 Not Found - Job not found or no assignments exist.
full_access scope.
Removes pilot assignments from all occurrences of a job.
Path parameters
string
required
The unique identifier of the project.
string
required
The unique identifier of the job.
Body
string[]
required
Array of user IDs to unassign. Must contain at least one pilot ID.
Response
string
Confirmation message.
string[]
IDs of pilots that were unassigned.
number
Total number of assignment records removed.