Delete a webhook
delete
Delete a webhook
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
webhookIdstringRequired
The ID of the webhook.
Responses
204
Successful Response
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/v1/agents/{agentId}/webhooks/{webhookId}No content
Last updated