Delete Mail Notification Settings

Delete Mail Notification Settings

Delete currently saved email notification settings.

Request
URI
DELETE
https://umip/api/v1/mail-notifications
COPY
Authentication
This operation uses the following authentication methods.
Responses
204

Mail notification settings are deleted successfully.

Operation doesn't return any data structure

304

Mail Notification settings does not exist.

Operation doesn't return any data structure

401

Provided access token is missing or invalid.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v1/mail-notifications