RemoveParticipant marks a participant as left.
POST/api/v1/engagements/participants/:id/remove
Sets the left_at timestamp. The participant record is preserved for history. Preferred over DeleteParticipant for most cases.
Errors
- NOT_FOUND: Participant does not exist
- FAILED_PRECONDITION: Cannot remove the owner
Request
Responses
- 200
- default
A successful response.
An unexpected error response.