Deleting the SIEM configuration of an organisation¶
Warning
Deleted entries cannot be restored. To use an entry again after deletion, create it again.
Sends a DELETE request to the endpoint /organisations/{organisation}/siem.
Description¶
The Delete-Organisation-SIEM request deletes the SIEM configuration of the organisation.
Requirements¶
Values of the request: Organisation ID {organisation}
Objects: none
Request¶
To delete the SIEM configuration, add the Organisation ID {organisation} to the path of the request.
No further information is required.
In response to a successful request, the system returns only the HTTP status code 200.
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 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. |