Skip to main content

Delete Org

DELETE 

/v1/org/:org_identifier

Delete an organization, requires globalAdmin:: permissions

Request

Path Parameters

    org_identifier anyrequired

    Organization ID or short name

Responses

Successful Response

Schema

    org_id uuidrequired
    name Name (string)

    Official Full Name

    primary_contact_email Primary Contact Email (string)

    Email Address for the primary point of contact

    short_name Short Name (string)required

    Possible values: non-empty

    Name used in URLs

    last_modified_timestamp date-timerequired
    created_timestamp date-timerequired
    archive Archive (boolean)required
    automation_id uuid

    ID used to lookup automation related data

Loading...