Skip to main content
GET
Get organisation deletion progress

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisation_id
string
required

Response

Successful Response

organisation_id
string
required
status
enum<string>
required
Available options:
active,
deletion_scheduled,
deleting_resources,
infra_deletion_pending,
deleting_infra,
purge_pending,
purging_database,
deletion_failed,
deleted
requested_at
string<date-time> | null
required
scheduled_for
string<date-time> | null
required
started_at
string<date-time> | null
required
completed_at
string<date-time> | null
required
attempt_count
integer
required
next_attempt_at
string<date-time> | null
required
can_cancel
boolean
required
failed_phase
enum<string> | null
required
Available options:
runtime_resources,
infrastructure,
database
error
string | null
required