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 Top

Response

200 Response

Successful operation.

400 Response

Bad Request (invalid query parameters, malformed headers, and so on).
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized (missing or expired credentials, and so on).
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found. The requested resource was not found.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top

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.
Back to Top