Delete Webhook
Delete a webhook subscriber in the specified organization.
Request
URI
DELETE
https://{api_host}/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"
}
object
messages
Optional
Message of Error
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
"ErrorResponse Object"
object
messages
Optional
Message of Error
string
type
Optional
type
500
Internal Server Error
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
object
messages
Optional
Message of Error
string
type
Optional
type
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/notification/{orgId}/webhooks/{webhook}