Insert excerpt |
---|
| _ExcerptBetaAPI |
---|
| _ExcerptBetaAPI |
---|
nopanel | true |
---|
|
The DELETE /subscriptions
endpoint can be used to delete an existing subscription. Panel |
---|
borderColor | #eeeeee |
---|
bgColor | white |
---|
titleColor | white |
---|
borderWidth | 1 |
---|
titleBGColor | #D34204 |
---|
borderStyle | solid |
---|
title | In this page |
---|
|
|
Insert excerpt |
---|
| _ExcerptAPICloudNextGen |
---|
| _ExcerptAPICloudNextGen |
---|
nopanel | true |
---|
|
Header parameters in 3886055581 apply to this endpoint.
Authorization scopes required:
Requests
Delete the specified subscription
Code Block |
---|
language | powershell |
---|
theme | Midnight |
---|
|
curl -L -X DELETE "https://***.api.newvoicemedia.com/webhooks/subscriptions/2V1hpyHOGjL4igpT8IM0SgON4Ao" \
-H "Authorization: bearer <ACCESS_TOKEN>" \
-H "Accept: application/vnd.newvoicemedia.v1+json" |
Responses
If the subscription is deleted successfully a 204 No Content response will be returned.
If a subscription with the corresponding subscription ID cannot be found, a 404 response will be returned.