Delete Webhook
Delete a webhook subscriber in the specified organization.
Request
URI
DELETE
https://vmc.vmware.com//api/notification/{orgId}/webhooks/{webhook}
COPY
Path Parameters
string
orgId
Required
Org ID
string
webhook
Required
Webhook identifier
Responses
204
The resource was deleted successfully.
Operation doesn't return any data structure
400
Bad Request
Returns ErrorResponse of type(s) application/json
{
"messages": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "string"
}
string
type
Optional
type
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Returns ErrorResponse of type(s) application/json
{
"messages": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "string"
}
string
type
Optional
type
500
Internal Server Error
Returns ErrorResponse of type(s) application/json
{
"messages": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "string"
}
string
type
Optional
type