Delete a Scaleway Audit Trail export job
scaleway_audit_delete_export_jobPermanently delete an audit export job by ID. Requires explicit confirmation; stops future exports without removing objects already written to the bucket.
Instructions
PERMANENTLY delete an export job by ID. Requires confirm=true. Stops future exports; objects already written to the destination bucket are NOT deleted by this call. Needs more than AuditTrailReadOnly on THIS server's own credential (read-only covers just the query tools) - if the call fails with permissions_denied, grant the Audit Trail write permission set via scaleway_iam_set_policy_rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Defaults to the server's configured region (fr-par). | |
| confirm | Yes | Must be explicitly true. Stops future exports; already-exported objects in the bucket are NOT deleted. | |
| export_job_id | Yes | ID of the export job to delete - from scaleway_audit_list_export_jobs. |