ProxyV1Participant
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](https://www.twilio.com/docs/proxy/api/session) is deleted.
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}
Path parameters
ServiceSidstring required
The SID of the parent Service of the resource to delete.
SessionSidstring required
The SID of the parent Session of the resource to delete.
Sidstring required
The Twilio-provided string that uniquely identifies the Participant resource to delete.
Response
The resource was deleted successfully.