1. Docs
  2. API Reference
  3. Delete an audit-log export job

Delete an audit-log export job

DELETE/portal/v1/accounts/{accountSlug}/audit-log/identities/export/{id}

Deletes the rendered file from object storage (if any) and the job record. Idempotent against an already-swept object.

Authentication

Bearer TokenAuthorization

JWT access token. Never send alongside X-API-Key: a request carrying both is refused.

Requires capability audit.viewSecurity

View the account-wide audit log. Granted through an administrator role in the Admin Workspace; a valid token without it is refused with 403.

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

  • errorApiErrorBodyDto*

application/json

  • errorApiErrorBodyDto*

application/json

  • errorApiErrorBodyDto*

Errors

When the request can't be completed, the response body includes a stable error code you can branch on.

403account.capability_requiredForbidden
When it happens

The signed-in user's administrator roles do not grant the capability this endpoint requires.

Remediation

Ask an account administrator to grant a role carrying the capability named in the Authentication section, then retry.

Request
curl -X DELETE "https://auth.canopy-io.com/portal/v1/accounts/{accountSlug}/audit-log/identities/export/value" \
  -H "Authorization: Bearer $CANOPY_TOKEN"
Response
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)
Related endpoints
GETLive-tail identity audit-log events (SSE)
GETQuery identity audit-log events
GETList recent audit-log export jobs
POSTCreate an identity audit-log export job (CSV / NDJSON)
GETGet an audit-log export job
GETGet an identity audit-log row with related events
Was this page helpful?

Tell us how we can improve this guide.