Delete mail server settings
delete
/api/20210901/system/mail/server
Delete the mail server configured for the Analytics instance.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful operation.
400 Response
Bad Request (invalid query parameters, malformed headers, and so on).
Root Schema : Error
Type:
Show Source
object
-
code(required): string
Short error code that defines the error, meant for programmatic parsing.
-
message(required): string
Human-readable error string.
401 Response
Unauthorized (missing or expired credentials, and so on).
Root Schema : Error
Type:
Show Source
object
-
code(required): string
Short error code that defines the error, meant for programmatic parsing.
-
message(required): string
Human-readable error string.
404 Response
Not Found. The requested resource was not found.
Root Schema : Error
Type:
Show Source
object
-
code(required): string
Short error code that defines the error, meant for programmatic parsing.
-
message(required): string
Human-readable error string.
Examples
In this example, you delete the system settings of a mail server.
cURL Example:
curl -i \ --header 'Authorization: Bearer <token>' \ --request DELETE 'http://<hostname>/api/20210901/system/mail/server'
Example of Request Body
Not applicable.
Example of Response Body
Not applicable.