Messages

Delete a Message

Deletes a message by SID. A message still in queued status cannot be deleted. This removes the managed message resource; SignalWire REST Message Logs are read-only history.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Messaging.

Learn more about API scopes.

delete/Accounts/{AccountSid}/Messages/{Sid}

Path parameters

AccountSidstring uuid required

Universal Unique Identifier.

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

Sidstring uuid required

Universal Unique Identifier.

A unique ID that identifies this specific message.

Response

204 No Content response.

Changes