Delete Registry
| bedrockagentcorecontrol_delete_registry | R Documentation |
Deletes a registry¶
Description¶
Deletes a registry. The registry must contain zero records before it can be deleted. This operation initiates the deletion process asynchronously.
Usage¶
bedrockagentcorecontrol_delete_registry(registryId)
Arguments¶
registryId |
[required] The identifier of the registry to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the registry. |
Value¶
A list with the following syntax:
list(
status = "CREATING"|"READY"|"UPDATING"|"CREATE_FAILED"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"
)
Request syntax¶
svc$delete_registry(
registryId = "string"
)