Delete a specific Participant

DELETE /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}

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.

Path parameters

  • ServiceSid string Required

    The SID of the parent Service of the resource to delete.

  • SessionSid string Required

    The SID of the parent Session of the resource to delete.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the Participant resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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"