Delete assignments in bulk

Remove several volunteer assignments. An id may be a whole assignment id (123), or an assignment.time pair (123.45) to remove only that time from the assignment's schedule (the assignment itself is removed with its last time). Provide ids, or explicitly set include to false to remove every assignment on the teams you can manage; an empty body is rejected.

Required permission: Full Write Service Plans

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the plan

Body Params

The assignments to delete

ids
array of doubles | null

The ids the operation applies to: an include list by default, or an exclude list when include is false. For deletes, required unless include is false.

ids
boolean | null

Whether ids is an include list (true, default) or an exclude list (false). Setting include to false with no ids applies the operation to every record matching the query filters.

Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!