Skip to main content
Part of OIDC Federation. Deleting a provider immediately stops future OAUTH_LOGIN and CREATE_OAUTH_PROVIDERS calls for that issuer (it’s no longer trusted). It does not retroactively remove any per-user identity bindings already created against it — use DELETE_OAUTH_PROVIDERS to remove those explicitly if needed. If you might re-register the same issuer later, consider disabling it instead — it’s reversible.
type
enum<string>
required
Enum options: ACTIVITY_TYPE_DELETE_OIDC_PROVIDER
timestampMs
string
required
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
organizationId
string
required
Unique identifier for a given Organization.
parameters
object
required

The parameters object containing the specific intent data for this activity.

generateAppProofs
boolean
Enable to have your activity generate and return App Proofs, enabling verifiability.
A successful response returns the following fields:
activity
object
required
The activity object containing type, intent, and result