Skip to main content

SubscriberErasureResponse

Response confirming that an erasure request was accepted.

messagestringrequired

Human-readable confirmation.

Example: Subscriber erasure initiated and completed
statusstringrequired

Always accepted.

Example: accepted
subscriberIdstringrequired

The subscriber that was erased.

Example: user_8f21c
SubscriberErasureResponse
{
"message": "Subscriber erasure initiated and completed",
"status": "accepted",
"subscriberId": "user_8f21c"
}