v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Audit Logs

Delete the audit log webhook

Disables the audit log webhook.

patch/v2/audit-log-webhook#delete

Request body

enabledfalse

Indicates that the data should not be sent to the webhook.

Response

Get response for audit log webhook

endpointstring nullable

The endpoint that will receive audit log messages.

enabledboolean nullable

Indicates whether audit data should be sent to the webhook.

log_format'cef' | 'json' | 'cps'

The output format of each log messages.

skip_ssl_verificationboolean

Indicates if the SSL certificate verification of the host endpoint should be skipped when delivering payloads.

updated_atstring date-time

Timestamp when this webhook was last updated. Initial value is 0001-01-01T00:00:0Z.

Example response

{
  "endpoint": "https://example.com/audit-logs",
  "enabled": true
}