visortelle opened a new issue, #16073: URL: https://github.com/apache/pulsar/issues/16073
This endpoint doesn't have DELETE method. The `undefined` request body is used instead to remove this policy. Source: https://github.com/apache/pulsar/blob/e6b12c64b043903eb5ff2dc5186fe8030f157cfc/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java#L1395 The topic-level policy has DELETE method. Probably there is a sense to implement it for namespace-level policy. Source: https://github.com/apache/pulsar/blob/e6b12c64b043903eb5ff2dc5186fe8030f157cfc/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java#L552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org