Skip to content

Delete Account Pool

datazone_delete_account_pool R Documentation

Deletes an account pool

Description

Deletes an account pool.

Usage

datazone_delete_account_pool(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the domain where the account pool is deleted.

identifier

[required] The ID of the account pool to be deleted.

Value

An empty list.

Request syntax

svc$delete_account_pool(
  domainIdentifier = "string",
  identifier = "string"
)