机器人账户删除。
调用该 API 时,除了以下请求参数外,还需传入公共请求参数。公共请求参数说明,请参见 火山引擎公共参数文档。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteRobotAccount | 接口名称。当前 API 的名称为 DeleteRobotAccount 。 |
Version | String | 是 | 2022-05-12 | 接口版本。当前 API 的版本为 2022-05-12 。 |
Registry | String | 是 | registrya | 机器人账户所在的实例。 |
Username | String | 是 | crrobot@username | 机器人账户的名称。 |
POST https://open.volcengineapi.com?Action=DeleteRobotAccount&Version=2022-05-12 { "Registry": "registrya", "Username": "crrobot@username" }
无
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DeleteRobotAccount", "Version": "2022-05-12", "Service": "cr", "Region": "cn-north-1" }, "Result": {} }
本接口无特有错误码,公共错误码请参见 公共错误码。