v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Config

Delete subject-level compatibility configuration.

Removes the compatibility configuration for a subject and reverts it to the global default configuration.

delete/config/{subject}

Path parameters

subjectstring required

Name of the subject whose compatibility configuration should be deleted.

Headers

X-Registry-GroupIdstring

Group id in Apicurio Registry.

Response

The previous subject-level configuration before deletion (or the new global default in effect).

compatibilityLevelstring

The current global compatibility level.

Example response

{
  "compatibilityLevel": "FULL"
}