To delete a single topic within a Kafka cluster, send a DELETE requestto /v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.A status of 204 will be given. This indicates that the request wasprocessed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve a given topic by name from the set of a Kafka cluster's topics,send a GET request to /v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.The result will be a JSON object with a topic key.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a topic attached to a Kafka cluster, send a PUT request to/v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.The result will be a JSON object with a topic key.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a single topic within a Kafka cluster, send a DELETE requestto /v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.A status of 204 will be given. This indicates that the request wasprocessed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve a given topic by name from the set of a Kafka cluster's topics,send a GET request to /v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.The result will be a JSON object with a topic key.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a topic attached to a Kafka cluster, send a PUT request to/v2/databases/$DATABASE_ID/topics/$TOPIC_NAME.The result will be a JSON object with a topic key.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/topics/{topic_name}