DELETE
https://emailoctopus.com/api/1.5/lists/:listId/contacts/:memberId
Delete a contact of a list.
Route parameters |
listId (string)
|
The ID of the list.
|
memberId (string)
|
The ID of the list contact, or an MD5 hash of the lowercase version of the list contact’s email address.
|
Parameters |
api_key (string)
|
Your API key.
|
200 (Success) Returns |
An empty response.
|
Non-200 (Error) Returns |
Details of the error:
code (string)
|
The error code.
|
message (string)
|
A description of the error.
|
|
Method-specific Error Codes |
MEMBER_NOT_FOUND
|
The contact could not be found.
|
API-wide Error Codes |
INVALID_PARAMETERS
|
Parameters are missing or invalid.
|
API_KEY_INVALID
|
Your API key is invalid.
|
UNAUTHORISED
|
You're not authorised to perform that action.
|
NOT_FOUND
|
The requested endpoint does not exist.
|
UNKNOWN
|
An unknown error has occurred.
|
Example Request |
/api/1.5/lists/00000000-0000-0000-0000-000000000000/contacts/00000000-0000-0000-0000-000000000000?api_key=00000000-0000-0000-0000-000000000000
|