AgentRegistryControl / Client / delete_registry

delete_registry

AgentRegistryControl.Client.delete_registry(**kwargs)

Deletes a registry. Deletion is asynchronous: the registry transitions to the DELETING status and is removed along with its registry records.

See also: AWS API Documentation

Request Syntax

response = client.delete_registry(
    registryId='string'
)
Parameters:

registryId (string) –

[REQUIRED]

The identifier of the registry to delete (ARN or ID)

Return type:

dict

Returns:

Response Syntax

{
    'status': 'CREATING'|'READY'|'UPDATING'|'CREATE_FAILED'|'UPDATE_FAILED'|'DELETING'|'DELETE_FAILED'
}

Response Structure

  • (dict) –

    Response structure for deleting a registry

    • status (string) –

      Current status of the registry, set to DELETING when deletion is initiated

Exceptions