LogoLogo
Kadeck DocumentationSubmit Ticket
  • Platform overview
  • Deployment
  • API Reference
  • Platform updates
  • Overview
  • Access and Authentication
  • Testing
  • Topics
    • Create Topic
  • Delete Topic
  • Catalog Metadata
    • Update Metadata
  • License
    • Overview
    • Get Challenge
    • Activate License

Legal

  • Legal Notice
  • Privacy Policy

© 2025 Xeotek Inc. and its affiliates

On this page
  • Request
  • Path Parameters
  • Example Request
  • Response
  • Possible Errors

Was this helpful?

Export as PDF

Delete Topic

DELETE /public/v1/connections/{server}/streams/{topic}

Deletes an existing topic from the specified connection (Kafka cluster).


Request

Path Parameters

Parameter
Type
Description
Required

server

string

Connection ID (Kafka cluster name)

Yes

topic

string

Name of the topic to delete

Yes


Example Request

curl --location --request DELETE 'https://your-instance.com/public/v1/connections/my-server/streams/my.topic' \
--header 'Authorization: Bearer <your-api-key>'

Response

HTTP Status Code: 200 OK Response Body: (empty)


Possible Errors

Status Code
Description
Solution

400

Invalid request

Check path parameters

401

Unauthorized

Check your API key

404

Topic not found

Verify connection ID and topic name

PreviousCreate TopicNextUpdate Metadata

Last updated 1 month ago

Was this helpful?