Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 453 Bytes

assignment_candidate.delete.md

File metadata and controls

12 lines (9 loc) · 453 Bytes

Payload

{ id: Id; }

Action

Deletes an assignment candidate for the assignment. It is forbidden to remove a candidate from a finished assignment.

Permissions

If the assignment_candidate/user_id is equal to the request user id, the user needs assignment.can_nominate_self, else the user needs assignment.can_nominate_other.

In both cases: If the assignment phase is voting, the request user also needs assignment.can_manage.