Allows assets to be disassociated from one or more tactical business components.
URL
{RMUrl}/api/Organization/assets/<AssetCode>/businesscomponents
REQUEST METHOD
DELETE
URL PARAMETER
AssetCode: This parameter is provided in the URL and does not need to be sent through DELETE.
FORM CONTENT
Name (Required): Name of business component.
Type (Optional): Type of the business component.
FORM CONTENT EXAMPLES
[
{ "Name": "IT Dept","Type":"Organizational System"},
{ "Name": "Marketing Dept","Type":"Custom"}
]
SUCCESS RESPONSE
HTTP status code 204: NoContent