v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Message Store

Delete Conversation

Deletes conversation(s) by conversation ID(s). Batch request is supported, max number of IDs passed as query/path parameters is 50. Alternative syntax is supported - user conversations can be deleted by passing multiple IDs in request body as an array of string, max number of conversation IDs passed in request body is 100. In this case asterisk is used in the path instead of IDs

delete/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

extensionIdstring required

Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)

Query parameters

conversationIdstring[]
dateTostring date-time

Messages received earlier then the date specified will be deleted. The default value is current date/time

type'Fax' | 'SMS' | 'VoiceMail' | 'Pager' | 'Text' | 'All'

Type of messages to be deleted

Response

No content