v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419128123.4 KB

The DeleteType operation deletes a user-defined type (UDT). You can only delete a type that is not used in a table or another UDT.

To configure the required permissions, see Permissions to delete a UDT in the Amazon Keyspaces Developer Guide.

post/#X-Amz-Target=KeyspacesService.DeleteType

Headers

X-Amz-Target'KeyspacesService.DeleteType' required

Request body

keyspaceNamestring required

The name of the keyspace of the to be deleted type.

typeNamestring required

The name of the type to be deleted.

Response

Success

keyspaceArnstring required

The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN).

typeNamestring required

The name of the type that was deleted.