cancel_elicitation_request
Cancel a pending elicitation request for Kafka Schema Registry by providing the request ID, ensuring efficient management of schema-related processes.
Instructions
Cancel a pending elicitation request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"title": "Request Id",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}