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).
Example response
{
"compatibilityLevel": "FULL"
}