Skip to content

Delete Project Profile

datazone_delete_project_profile R Documentation

Deletes a project profile

Description

Deletes a project profile.

Usage

datazone_delete_project_profile(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the domain where a project profile is deleted.

identifier

[required] The ID of the project profile that is deleted.

Value

An empty list.

Request syntax

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