Delete a specific Interaction
TODO: Resource-level docs
Delete a specific Interaction.
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 Interaction resource to delete.
DELETE
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}
curl \
-X DELETE https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid} \
--user "username:password"