Skip to content

Delete Quota Share

batch_delete_quota_share R Documentation

Deletes the specified quota share

Description

Deletes the specified quota share. You must first disable submissions for the share by updating the state to DISABLED using the update_quota_share operation. All jobs in the share are eventually terminated when you delete a quota share.

Usage

batch_delete_quota_share(quotaShareArn)

Arguments

quotaShareArn

[required] The Amazon Resource Name (ARN) of the quota share.

Value

An empty list.

Request syntax

svc$delete_quota_share(
  quotaShareArn = "string"
)