Delete Rotation
ssmcontacts_delete_rotation | R Documentation |
Deletes a rotation from the system¶
Description¶
Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them.
Usage¶
ssmcontacts_delete_rotation(RotationId)
Arguments¶
RotationId |
[required] The Amazon Resource Name (ARN) of the on-call rotation to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_rotation(
RotationId = "string"
)