Skip to main content
Requires an API key with 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.

Errors

400 Bad Request - Invalid request.
404 Not Found - Job not found or no assignments exist.