Delete an audit-log export job
/api/v1/audit-events/export/{id}Deletes the rendered file from object storage (if any) and the job record. Idempotent against an already-swept object.
Authentication
Bearer Token
Authorization Option A JWT access token
API Key
X-API-Key Option B API key for management-tier access
Path Parameters
idstring Required Responses
Deletes the rendered file from object storage (if any) and the job record. Idempotent against an already-swept object.
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X DELETE "https://auth.canopy-io.com/api/v1/audit-events/export/value" \ -H "X-API-Key: $CANOPY_API_KEY"
HTTP/1.1 204 Deletes the rendered file from object storage (if any) and the job record. Idempotent against an already-swept object. (empty body)
Tell us how we can improve this guide.