Variable | Type | Description |
---|---|---|
list_id | string|int | The ID of the list from which to delete |
subscriber_id | string|int | The ID of the subscriber |
Parameter | Description |
---|---|
boolean | True if the update has succeeded, False otherwise |
true
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
407 | Missing required param subscriber_id | subscriber_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
129 | Not allowed for subscriber with ID: %s | Invalid access to subscriber |
129 | Not allowed for subscriber with ID: %s | Access nepermis la abonat |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param subscriber_id", "code": 407 }