Delete Resource Policy
| marketplacecatalog_delete_resource_policy | R Documentation | 
Deletes a resource-based policy on an entity that is identified by its resource ARN¶
Description¶
Deletes a resource-based policy on an entity that is identified by its resource ARN.
Usage¶
marketplacecatalog_delete_resource_policy(ResourceArn)
Arguments¶
| ResourceArn | [required] The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy. | 
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
  ResourceArn = "string"
)