Delete Profile Share
wellarchitected_delete_profile_share | R Documentation |
Delete a profile share¶
Description¶
Delete a profile share.
Usage¶
wellarchitected_delete_profile_share(ShareId, ProfileArn,
ClientRequestToken)
Arguments¶
ShareId |
[required] |
ProfileArn |
[required] The profile ARN. |
ClientRequestToken |
[required] |
Value¶
An empty list.
Request syntax¶
svc$delete_profile_share(
ShareId = "string",
ProfileArn = "string",
ClientRequestToken = "string"
)