Delete Registry Record
| bedrockagentcorecontrol_delete_registry_record | R Documentation |
Deletes a registry record¶
Description¶
Deletes a registry record. The record's status transitions to DELETING
and the record is removed asynchronously.
Usage¶
bedrockagentcorecontrol_delete_registry_record(registryId, recordId)
Arguments¶
registryId |
[required] The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry. |
recordId |
[required] The identifier of the registry record to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the record. |
Value¶
An empty list.
Request syntax¶
svc$delete_registry_record(
registryId = "string",
recordId = "string"
)