Skip to content
Myra Online Help Updated · 21 Aug 2026

Removing a notification address from an organisation

Sends a DELETE request to the endpoint /organisations/{organisation}/notification-emails/{notificationEmail}.

Description

The Remove-Notification-Email request allows an organisation admin to remove an additional notification contact from an organisation.

Requirements

Values of the request: Organisation ID {organisation}, Notification-Email-ID {notificationEmail}

Objects: none

Request

To remove a notification contact, add the Organisation ID {organisation} and the Notification-Email-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 element was successfully deleted.
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.