Deleting a notification address from the organisation
Note
For this request, you need administration rights for the organisation or SOC rights.
Sends a DELETE request to the endpoint /organisations/{organisation}/notification-emails/{notificationEmail}.
Description
The Remove-Notification-Email request allows you to remove an additional notification contact from an organisation.
Requirements
Values of the request: Organisation ID {organisation}, Notification address ID {notificationEmail}
Objects: none
Request
To remove a notification contact, add the Organisation ID {organisation} and the Notification address ID {notificationEmail} to the path of the request.
In response to a successful request, the system returns only the HTTP status code 204.
Responses
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 204 | The request has succeeded and the response has no content. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |
| 404 | The request was unsuccessful because the requested resource was not found. |