Disassociate Ops Item Related Item
ssm_disassociate_ops_item_related_item | R Documentation |
Deletes the association between an OpsItem and a related item¶
Description¶
Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.
Usage¶
ssm_disassociate_ops_item_related_item(OpsItemId, AssociationId)
Arguments¶
OpsItemId |
[required] The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item. |
AssociationId |
[required] The ID of the association for which you want to delete an association between the OpsItem and a related item. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_ops_item_related_item(
OpsItemId = "string",
AssociationId = "string"
)