Delete Tenant Resource Association
| sesv2_delete_tenant_resource_association | R Documentation |
Delete an association between a tenant and a resource¶
Description¶
Delete an association between a tenant and a resource.
When you delete a tenant-resource association, the resource itself is not deleted, only its association with the specific tenant is removed. After removal, the resource will no longer be available for use with that tenant's email sending operations.
Usage¶
sesv2_delete_tenant_resource_association(TenantName, ResourceArn)
Arguments¶
TenantName |
[required] The name of the tenant to remove the resource association from. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource to remove from the tenant association. |
Value¶
An empty list.
Request syntax¶
svc$delete_tenant_resource_association(
TenantName = "string",
ResourceArn = "string"
)