Zum Inhalt springen
ARD Eventhub
Esc
navigateopen⌘Jpreview

Remove a single subscription by this user

DELETE/subscriptions/{name}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
namestringrequired
`name` of the desired subscription
Responses
200Subscription deleted
validbooleanrequired
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
401Missing authentication
messagestringrequired
errorsopenApiErrorItem[]required
min items 1
Show properties
Array of openApiErrorItem
openApiErrorItem
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
403Invalid authorization
messagestringrequired
errorsopenApiErrorItem[]required
min items 1
Show properties
Array of openApiErrorItem
openApiErrorItem
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
404Subscription not found
messagestringrequired
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
500Internal server error
messagestringrequired
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
Request
curl -X DELETE "/subscriptions/string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "valid": true,
  "trace": null
}