Skip to main content

DeleteParticipant removes a participant record.

DELETE 

/api/v1/engagements/participants/:id

Completely removes the participant. Use RemoveParticipant instead if you want to preserve the record with left_at set.

Errors

  • NOT_FOUND: Participant does not exist
  • FAILED_PRECONDITION: Cannot delete the owner
  • PERMISSION_DENIED: Caller lacks engagement:write permission

Request

Responses

A successful response.