Deletes a robot application.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, DeleteRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, DeleteRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new DeleteRobotApplicationCommand(input); const response = await client.send(command);
DeleteRobotApplicationCommandInput for command's input shape.
input
DeleteRobotApplicationCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Deletes a robot application.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, DeleteRobotApplicationCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, DeleteRobotApplicationCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new DeleteRobotApplicationCommand(input); const response = await client.send(command);
DeleteRobotApplicationCommandInput for command's
input
shape.DeleteRobotApplicationCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.