You can delete a specific email address.
Execution permission
Admin, Modify
Request line
DELETE baseURL/v1/objects/MailAddress/{id}
Request body
Not applicable.
Response body
Not applicable.
Status codes
Status code |
Reason phrase |
Description |
---|---|---|
204 |
No Content |
Success. |
401 |
Unauthorized |
No login privilege. |
403 |
Forbidden |
No delete privilege. |
404 |
Not Found |
The resource was not found. |
412 |
Precondition Failed |
The server is not available. |
500 |
Internal Server Error |
Server processing error. |
Example code
[Request Header] DELETE /Analytics/v1/objects/MailAddress/mailAddress%23b2dd1785-bc8a-4cb2-90d2-cd6a41aab82c Authorization: Basic c3lzdGVtOm1hbmFnZXI= Host: localhost:22015 Accept: application/json Content-Type: application/json [Response Header] HTTP/1.1 204 No Content Date: Wed, 03 Aug 2016 02:02:33 GMT Server: Cosminexus HTTP Server Cache-Control: no-cache WWW-Authenticate: HSSO a61560c2eac97b0564aec48d2883daf39c0dfdf_YXZvNFIMehp3UB4jbmVyPGUgT3Q=_V0810 X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Type: application/json