Skip to main content

Delete a Message.

DELETE 

/Accounts/:AccountSid/Messages/:Sid

Delete a message from your project so it no longer appears in the dashboard or on the API. Any Media files that may be associated with this message are not deleted, and will still be available for access in the usual methods.

Permissions

The API token must include the following scopes: Messaging.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier of the project that sent or received this message.

    Sid uuidrequired

    A unique ID that identifies this specific message.

Responses

No Content

Loading...