# Delete a webhook by ID for an agent Delete a webhook by ID for an agent Endpoint: DELETE /agents/{agentId}/webhooks/{webhookId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `agentId` (string, required) - `webhookId` (string, required) ## Response 200 fields (application/json): - `success` (boolean, required) Enum: true - `data` (any,null, required) ## Response 401 fields (application/json): - `success` (boolean, required) Enum: false - `error` (string, required) ## Response 403 fields (application/json): - `success` (boolean, required) Enum: false - `error` (string, required) ## Response 500 fields (application/json): - `success` (boolean, required) Enum: false - `error` (string, required)