Deletes a Message resource from your account
DELETE
/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json https://api.twilio.com
Deletes a Message resource from your account
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account associated with the Message resource | `AC${string}` |
Sid
required
The SID of the Message resource you wish to delete | string |
Responses
204
The resource was deleted successfully.
unknown