Delete Riskbits
Using this API, riskbits which are added/created using Create Riskbits 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/{riskbitid}
HTTP request URL for SHIFT
DELETE https://{hostname}/auth/realms/{tenantId}/kobilriskbits/resources-auth/{riskbitid}
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 riskbit API with non existent {hostname} Riskbits ID | Unknown 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 | Riskbits ID Not found. |