SubscriptionsDeleteErrorDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
subscriberId | String | :heavy_check_mark: | The subscriber ID that failed | invalid-subscriber-id |
code | String | :heavy_check_mark: | The error code | SUBSCRIBER_NOT_FOUND |
message | String | :heavy_check_mark: | The error message | Subscriber with ID invalid-subscriber-id could not be found |