PurgeEnvironmentInput
No description
input PurgeEnvironmentInput {
orgId: BigInt!
slug: String!
idempotencyKey: String
}
Fields
PurgeEnvironmentInput.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the environment.
PurgeEnvironmentInput.slug ● String! non-null scalar
Slug of the already-destroyed environment whose record to permanently delete.
PurgeEnvironmentInput.idempotencyKey ● String scalar
Optional idempotency key. Recommended for retries: replaying with the same key and identical input returns the first result instead of re-applying; the same key with different input returns IDEMPOTENCY_CONFLICT. Keys expire after 24h.
Member Of
purgeEnvironment mutation