Skip to content

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:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Resource name: resource

Value

An empty list.

Request syntax

svc$delete_resource(
  OrganizationId = "string",
  ResourceId = "string"
)