Delete Schema Version - Amazon EventBridge Schemas

Delete Schema Version

URI

/v1/registries/name/registryName/schemas/name/schemaName/version/schemaVersion

HTTP methods

DELETE

Operation ID: DeleteSchemaVersion

Delete the schema version definition

Path parameters
NameTypeRequiredDescription
schemaVersionStringTrue

The version number of the schema

registryNameStringTrue

The name of the schema registry.

schemaNameStringTrue

The name of the schema.

Responses
Status codeResponse modelDescription
204None

204 response

400ErrorOutput

400 response

401ErrorOutput

401 response

403ErrorOutput

403 response

404ErrorOutput

404 response

500ErrorOutput

500 response

503ErrorOutput

503 response

OPTIONS

Path parameters
NameTypeRequiredDescription
schemaVersionStringTrue

The version number of the schema

registryNameStringTrue

The name of the schema registry.

schemaNameStringTrue

The name of the schema.

Responses
Status codeResponse modelDescription
200None

200 response

Schemas

Response bodies

{ "Message": "string", "Code": "string" }

Properties

ErrorOutput

PropertyTypeRequiredDescription
Code

string

True

The error code.

Message

string

True

The message string of the error output.