Delete a specific Interaction.
Delete a specific Interaction.
Path parameters
-
The SID of the parent Service of the resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KS[0-9a-fA-F]{32}$
. -
The SID of the parent Session of the resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KC[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Interaction resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KI[0-9a-fA-F]{32}$
.
DELETE
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}
curl \
--request DELETE 'https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}' \
--user "username:password"