SubscriberErasureResponse
Response confirming that an erasure request was accepted.
messagestringrequired
Human-readable confirmation.
Example:
Subscriber erasure initiated and completedstatusstringrequired
Always accepted.
Example:
acceptedsubscriberIdstringrequired
The subscriber that was erased.
Example:
user_8f21cSubscriberErasureResponse
{
"message": "Subscriber erasure initiated and completed",
"status": "accepted",
"subscriberId": "user_8f21c"
}