delete_subject
Remove a subject and all its versions from Kafka Schema Registry. Optionally perform a hard delete to eliminate all metadata permanently.
Instructions
Delete a subject and all its versions.
Args: subject: The subject name to delete context: Optional schema context registry: Optional registry name permanent: If True, perform a hard delete (removes all metadata including schema ID)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | ||
permanent | No | ||
registry | No | ||
subject | Yes |