v2

latestSwagger 2.02026-07-26109144190.4 KB
Rotations

Remove a member from a shift

Remove a user from a rotation shift. Optionally provide a replacement user who will take over the removed user's on-call duties.

This API may be called a maximum of 2 times per second.

delete/api-public/v1/teams/{team}/rotations/{groupId}/{shiftId}/members

Path parameters

teamstring required

The team slug

groupIdinteger required

The rotation group ID

shiftIdinteger required

The rotation shift ID

Headers

X-VO-Api-Idstring required

Your API ID

X-VO-Api-Keystring required

Your API Key

Request body

usernamestring required

The username of the member to remove from the shift

replacementstring

The username of the user who will replace the removed member's on-call duties. Must be a different user and a member of the organization.

memberSlugstring

The slug identifier of the team member (optional, used to disambiguate if the same username appears multiple times)

Response

The member was successfully removed from the shift