Values.DeleteGuardrailRequestSourceDeletes a guardrail. To delete a guardrail, only specify the ARN of the guardrail in the guardrailIdentifier field. If you delete a guardrail, all of its versions will be deleted. To delete a version of a guardrail, specify the ARN of the guardrail in the guardrailIdentifier field and the version in the guardrailVersion field.
type nonrec t = {guardrailIdentifier : GuardrailIdentifier.t;The unique identifier of the guardrail. This can be an ID or the ARN.
*)guardrailVersion : GuardrailNumericalVersion.t option;The version of the guardrail.
*)}