Delete a specific type of webhook
DELETE https://voice.8x8.com/api/v1/subaccounts/:subAccountId/webhooks/:webhook-type
Delete a specific type of webhook
Request
Path Parameters
subAccountId stringrequired
Possible values: >= 3 characters and <= 50 characters, Value must match regular expression ^[A-Za-z0-9\-._&]{3,50}$
You must replace {subAccountId} with the subaccountid that you want to use. By default this is generated once you have completed the voice onboarding.
webhook-type stringrequired
Possible values: [VCS, VCA, VSS, VRU]
webhook type to delete
Request succeeded
Schema
allOf object
typestring
urlstring
enabledboolean
httpAuthHeaderAvailableboolean
statusCodeinteger
statusMessagestring
{
"subAccountId":"subAccountId",
"type":"VSS",
"url":"https://sample.com/test",
"enabled":false,
"httpAuthHeaderAvailable":true,
"statusCode":0,
"statusMessage":"deleted"
}
API key not found or invalid
Resource not accessible
Resource not found
Server error
Source: https://developer.8x8.com/connect/reference/delete-a-specific-type-of-webhook · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments