Skip to content

Delete Contact

ssmcontacts_delete_contact R Documentation

To remove a contact from Incident Manager, you can delete the contact

Description

To remove a contact from Incident Manager, you can delete the contact. Deleting a contact removes them from all escalation plans and related response plans. Deleting an escalation plan removes it from all related response plans. You will have to recreate the contact and its contact channels before you can use it again.

Usage

ssmcontacts_delete_contact(ContactId)

Arguments

ContactId

[required] The Amazon Resource Name (ARN) of the contact that you're deleting.

Value

An empty list.

Request syntax

svc$delete_contact(
  ContactId = "string"
)