We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c90e38 commit c7aec05Copy full SHA for c7aec05
source/includes/_aviate-metering.md
@@ -264,7 +264,7 @@ Deletes the latest version of the billing meter.
264
265
**HTTP Request**
266
267
-`DELETE /plugins/aviate-plugin/v1/catalog/{meterCode}/billingMeter`
+`DELETE /plugins/aviate-plugin/v1/metering/{meterCode}/billingMeter`
268
269
> Example Request:
270
@@ -274,7 +274,7 @@ curl -X DELETE \
274
-H"Authorization: Bearer ${ID_TOKEN}" \
275
-H'X-killbill-apiKey: alphaF' \
276
-H'X-killbill-apisecret: alphaF' \
277
-'http://127.0.0.1:8080/plugins/aviate-plugin/v1/catalog/code1/billingMeter?force=true'
+'http://127.0.0.1:8080/plugins/aviate-plugin/v1/metering/code1/billingMeter?force=true'
278
```
279
280
```java
0 commit comments