Delete Subscription
Delete Subscription
Delete Subscription. Only Solution users and system admin (e.g. for vRO) can manage subscriptions.
Request
URI
DELETE
https://vcf-stls-wcp-pod13-137.lvn.broadcom.net/event-broker/api/subscriptions/{id}
COPY
Path Parameters
string
id
Required
the id of Subscription
Responses
204
'No Content' is returned on successful delete.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/event-broker/api/subscriptions/{id}