interface DeleteStackRequest {
    orgID: string;
    stack_id: string;
}

Properties

Properties

orgID: string

The identifier of the organization.

stack_id: string

The identifier of the stack.

MMNEPVFCICPMFPCPTTAAATR