Skip to content

Unlink a risk from a ServiceNow record

DELETE
/v1/integrations/servicenow/risks/{risk_id}/records/{record_key}
curl --request DELETE \
--url https://api.adversarial.com/api/v1/integrations/servicenow/risks/RSK-1/records/INC0012345
risk_id
required
string

String-formatted RiskId

Example
RSK-1
record_key
required
string

The ServiceNow record number

Example
INC0012345
table
string | null

Risk unlinked from ServiceNow record

Media typeapplication/json

Acknowledgement returned by ticket link/unlink endpoints.

object
status
required

Human-readable confirmation message (e.g. “RSK-00042 linked to ticket PROJ-123”).

string
Examplegenerated
{
"status": "example"
}

Table is not one of the configured ServiceNow tables