Delete Scheduling Policy
batch_delete_scheduling_policy | R Documentation |
Deletes the specified scheduling policy¶
Description¶
Deletes the specified scheduling policy.
You can't delete a scheduling policy that's used in any job queues.
Usage¶
batch_delete_scheduling_policy(arn)
Arguments¶
arn |
[required] The Amazon Resource Name (ARN) of the scheduling policy to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_scheduling_policy(
arn = "string"
)