# Unlock workspace

Endpoint: DELETE /iacm/api/orgs/{org}/projects/{project}/workspaces/{workspace}/terraform-backend/lock
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account is the internal customer account ID.
    Example: "4"

## Path parameters:

  - `org` (string, required)
    Org is the organisation identifier.
    Example: "w"

  - `project` (string, required)
    Project is the project identifier.
    Example: "esk"

  - `workspace` (string, required)
    Workspace identifier
    Example: "workspace123"

## Request fields (application/json):

  - `created` (string, required)
    Time that the lock was taken.
    Example: "Repudiandae voluptatum reprehenderit veniam."

  - `id` (string, required)
    Unique ID for the lock. Generated by the terraform cli.
    Example: "1ac4b858-bf0b-8539-9d80-8c521f6423cf"

  - `info` (string)
    Extra information to store with the lock.
    Example: "production workspace lock"

  - `operation` (string, required)
    Terraform operation.
    Example: "OperationTypePlan"

  - `path` (string)
    Path to the state file when applicable.
    Example: "/api/orgs/org1/projects/proj1/workspaces/production/data/fcdf0196-f5b3-49ab-87e3-ff102dfaf58c"

  - `version` (string, required)
    Terraform version.
    Example: "1.0.0"

  - `who` (string)
    The machine user who is performing the operation.
    Example: "user1"

## Response 400 fields (application/vnd.goa.error):

  - `fault` (boolean, required)
    Is the error a server-side fault?

  - `id` (string, required)
    ID is a unique identifier for this particular occurrence of the problem.
    Example: "123abc"

  - `message` (string, required)
    Message is a human-readable explanation specific to this occurrence of the problem.
    Example: "parameter 'p' must be an integer"

  - `name` (string, required)
    Name is the name of this class of errors.
    Example: "bad_request"

  - `temporary` (boolean, required)
    Is the error temporary?

  - `timeout` (boolean, required)
    Is the error a timeout?
    Example: true


## Response 200 fields
