Jump to Content

Class DeleteNamespaceCommandProtected

Deprecated

Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no request parameters.

Example

Use a bare-bones client and the command you need to make an API call.

import { IoTThingsGraphClient, DeleteNamespaceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
// const { IoTThingsGraphClient, DeleteNamespaceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
const client = new IoTThingsGraphClient(config);
const input = {};
const command = new DeleteNamespaceCommand(input);
const response = await client.send(command);

Param

DeleteNamespaceCommandInput

Returns

DeleteNamespaceCommandOutput

See

Throws

InternalFailureException (server fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods