# 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 /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}** 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. ## Servers - https://proxy.twilio.com: https://proxy.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. - **SessionSid** (string) The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. - **Sid** (string) The Twilio-provided string that uniquely identifies the Participant resource to delete. ## Responses ### 200 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)