Delete Evaluation Form
connect_delete_evaluation_form | R Documentation |
Deletes an evaluation form in the specified Amazon Connect instance¶
Description¶
Deletes an evaluation form in the specified Amazon Connect instance.
-
If the version property is provided, only the specified version of the evaluation form is deleted.
-
If no version is provided, then the full form (all versions) is deleted.
Usage¶
connect_delete_evaluation_form(InstanceId, EvaluationFormId,
EvaluationFormVersion)
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. |
EvaluationFormId |
[required] The unique identifier for the evaluation form. |
EvaluationFormVersion |
The unique identifier for the evaluation form. |
Value¶
An empty list.
Request syntax¶
svc$delete_evaluation_form(
InstanceId = "string",
EvaluationFormId = "string",
EvaluationFormVersion = 123
)