Delete a specific Participant
TODO: Resource-level docs
Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the Session is deleted.
DELETE /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}
curl \
-X DELETE https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid} \
--user "username:password"