Remove a Business Component's Associations

Allows a business component to be disassociated from one or more business components or assets.

 

URL

{RMUrl}/api/Organization/businesscomponents/<BusinessComponentCode>/associations

 

REQUEST METHOD

DELETE

 

URL PARAMETER

BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through DELETE.

 

FORM CONTENT

Name (Required): Name of business component.

Level (Optional): Type of the business component.

 

REQUEST EXAMPLE

{RMUrl}/api/Organization/businesscomponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/associations

 

FORM CONTENT EXAMPLE

For associations with business components:

[

{ "Name": "IT Dept","Level":"Organizational System"},

{ "Name": "Marketing Dept","Level":"Custom"}

]

 

SUCCESS RESPONSE

HTTP status code 204: NoContent