Delete the caller's subscriber profile
POST/api/v1/notifications/manage/delete-subscriber
Requests deletion of the authenticated beneficiary's subscriber at the configured provider. An absent subscriber is an idempotent success.
Inspect nested status.acknowledged. A missing
status is unknown:
the current handler can return an empty HTTP 200 response on configuration, network
or provider errors. Reconcile that outcome instead of declaring cleanup complete.
Provider acknowledgment does not certify complete erasure of queued work, remote
copies or platform records.
Request
Responses
- 200
Provider acknowledgment when present; HTTP success alone does not confirm deletion.
Document ID: DOC-CP-notifications-api-deleteSubscriber. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-notifications-api-deleteSubscriber#overview |
| Request | DOC-CP-notifications-api-deleteSubscriber#request |
| Responses | DOC-CP-notifications-api-deleteSubscriber#responses |