Skip to main content
DELETE
/
api
/
policy-gateway
/
exports
/
{export_id}
Delete an audit log export sink
curl --request DELETE \
  --url https://api.abliteration.ai/api/policy-gateway/exports/{export_id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Use a JWT or API key as a Bearer token.

Path Parameters

export_id
string
required

Response

Deleted

ok
boolean