Unmap Action Item from Related Items

Removes links between an action item and the given objectives (requirements), assessment questions, risks, controls, assets, and/or asset types for a client.

In the request body, include only the entity codes that need to be unmapped.
Empty or omitted arrays are ignored.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the client

integer
required

Action Item ID.

Body Params

Entity codes to remove from the action item

Business codes resolved server-side to internal IDs:
objective_codes -> requirement.reqid;
question_codes -> assessment_question.externalid;
risk_codes -> risk.riskid;
control_codes -> control.display_code;
asset_codes -> asset.code;
asset_type_names -> asset_type.type (name).

objective_codes
array of strings

Objective (requirement) codes; resolved to requirement IDs

objective_codes
question_codes
array of strings

Assessment question codes (externalid); resolved to question IDs

question_codes
risk_codes
array of strings

Risk business codes (riskid); resolved to risk IDs

risk_codes
control_codes
array of strings

Control display codes; resolved to control IDs

control_codes
asset_codes
array of strings

Asset codes; resolved to asset IDs

asset_codes
asset_type_names
array of strings

Asset type names; resolved to asset type IDs

asset_type_names
Responses
204

Unmap applied; empty lists result in no changes (no body)

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json