Delete Resource
workmail_delete_resource | R Documentation |
Deletes the specified resource¶
Description¶
Deletes the specified resource.
Usage¶
workmail_delete_resource(OrganizationId, ResourceId)
Arguments¶
OrganizationId |
[required] The identifier associated with the organization from which the resource is deleted. |
ResourceId |
[required] The identifier of the resource to be deleted. The identifier can accept ResourceId, or Resourcename. The following identity formats are available:
|
Value¶
An empty list.
Request syntax¶
svc$delete_resource(
OrganizationId = "string",
ResourceId = "string"
)