AgentRegistryControl / Client / delete_registry_record

delete_registry_record

AgentRegistryControl.Client.delete_registry_record(**kwargs)

Deletes a registry record

See also: AWS API Documentation

Request Syntax

response = client.delete_registry_record(
    registryId='string',
    recordId='string'
)
Parameters:
  • registryId (string) –

    [REQUIRED]

    The identifier of the registry containing the record (ARN or ID)

  • recordId (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Response structure for deleting a registry record

Exceptions