Delete SSMS Risk
Using this API, riskbits which are added/created using Create SSMS Risk will be removed/deleted.
Resource Informations
Name | Value |
---|---|
Requires authentication? | Yes |
Rate limited? | No |
Request
Request headers
Key | Value |
---|---|
Authorization | Bearer token |
Content-Type | application/json |
HTTP request URL for SSMS
DELETE https://{tenantId}.{hostname}/digitanium/v4/riskbits/ssms/{ssmsriskid}
HTTP request URL for SHIFT
DELETE https://{hostname}/auth/realms/{tenantId}/kobilssmsrisks/resources-auth/{ssmsriskid}
note
At this moment, this API is applicable only for SSMS based installations.
note
API requests must be made over https. Calls made over plain http will fail.
Parameters
No Parameter fields are required
Request body
No request body fields are required
info
Request | Previous Behaviour | Expected and Current Behaviour |
---|---|---|
Hit the delete SSMS riskbit API with non existent SSMS Riskbits ID | Internal server error was displayed as the response | Response code will be 404 Not Found |
Response Status Information
Status Code | Status | Message |
---|---|---|
202 | Accepted | Successfully removed. |
401 | Unauthorized | HTTP 401 Unauthorized. |
404 | Not Found | SSMS Riskbits ID Not found. |