v1

latestOpenAPI 3.0.02026-07-14187.2 KB

Redact a specific message

post/transaction

Request body

idstring required

The transaction ID to redact

product'sms' | 'voice' | 'number-insight' | 'verify' | 'verify-sdk' | 'messages' required

Product name that the ID provided relates to

type'inbound' | 'outbound' required

Required if redacting SMS data

Example request

{
  "id": "209ab3c7536542b91e8b5aef032f6861",
  "product": "sms",
  "type": "outbound"
}

Response

Success

All 1 operations