Delete Prompt
connect_delete_prompt | R Documentation |
Deletes a prompt¶
Description¶
Deletes a prompt.
Usage¶
connect_delete_prompt(InstanceId, PromptId)
Arguments¶
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
PromptId |
[required] A unique identifier for the prompt. |
Value¶
An empty list.
Request syntax¶
svc$delete_prompt(
InstanceId = "string",
PromptId = "string"
)