jira.js
    Preparing search index...

    Function deleteLinkedWorkspaces

    • Bulk delete all linked Security Workspaces that match the given request.

      E.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666

      Parameters

      • client: Client
      • parameters: { workspaceIds: string | string[] }
        • workspaceIds: string | string[]

          Comma-separated list of Security Workspace IDs to delete. All data associated with the given workspaces will eventually be removed from Jira. Example: workspaceIds=111-222-333,444-555-666.

      • Optionaloptions: RequestOptions

      Returns Promise<void>