The organization ID that owns the event
The event ID containing the job assignment
The assignment ID to remove (MongoDB ObjectId of the assignment within the job’s assignments array)
Request
The endpoint requires authentication via Bearer token and the user must have event management permissions for the organization.Response
Indicates whether the request was successful
Human-readable message describing the result
Error Responses
Assignment not found
Server error during deletion
Example
Notes
- The assignment is removed from the job’s
assignmentsarray using MongoDB’spullmethod - This operation is irreversible - the assignment data is permanently removed
- After deletion, the job’s filled count will decrease, potentially making the job available for new assignments
- Used in the Event Dashboard’s Jobs Manager when removing a volunteer from a job position