Skip to content

Delete Domain

connectcases_delete_domain R Documentation

Deletes a Cases domain

Description

Deletes a Cases domain.

 <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note>

Usage

connectcases_delete_domain(domainId)

Arguments

domainId

[required] The unique identifier of the Cases domain.

Value

An empty list.

Request syntax

svc$delete_domain(
  domainId = "string"
)