Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://docs-staging-docs-update-privilege-worker-ea-rollout.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Represents an event that occurs when an organization is deleted.

specversion
string
requis

The version of the CloudEvents specification which the event uses.

Exemple:

"1.0"

type
string
requis

The type of the event which has happened.

Allowed value: "organization.deleted"
source
string
requis

The source of the event. This will take the form 'urn:auth0:.'.

Exemple:

"urn:auth0:example.auth0app.com"

id
string
requis

A unique identifier for the event.

Pattern: evt_[a-zA-Z0-9]{16}
Exemple:

"evt_1234567890abcdef"

time
string<date-time>
requis

An ISO-8601 timestamp indicating when the event physically occurred.

Exemple:

"2025-02-01T12:34:56Z"

data
object
requis

The event payload.

a0tenant
string
requis

The auth0 tenant ID to which the event is associated.

Required string length: 3 - 63
Pattern: [a-z0-9][-a-z0-9]{1,62}[a-z0-9]
Exemple:

"my-tenant"

a0stream
string
requis

The auth0 event stream ID of the stream the event was delivered on.

Pattern: est_[a-zA-Z0-9]{16}
Exemple:

"est_1234567890abcdef"