v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the <code>GetRegistry</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the <code>UpdateRegistry</code>, <code>CreateSchema</code>, <code>UpdateSchema</code>, and <code>RegisterSchemaVersion</code> APIs.

post/#X-Amz-Target=AWSGlue.DeleteRegistry

Headers

X-Amz-Target'AWSGlue.DeleteRegistry' required

Request body

Response

Success

RegistryNamestring

The name of the registry being deleted.

RegistryArnstring

The Amazon Resource Name (ARN) of the registry being deleted.

Status'AVAILABLE' | 'DELETING'

The status of the registry. A successful operation will return the <code>Deleting</code> status.