« Back to Documentation OverviewgmonkeyDel – v1.3
gmonkeyDel(string apikey, string id, array email_address)
Remove Golden Monkey(s)
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| email_address | an array of email addresses (max 50) to attempt to remove Golden Monkey status from. |
| Returns | | array |
an array of API keys including:
| int | success | The number of successful removals
| | int | errors | The number of unsuccessful removals
| | array | data | details on the errors which occurred
| string | email_address | the email address which errored out
| | string | error | an error message explaining the error
| | |