Summary
          Release a currently assigned task
          Description
          Remove user assignment from a currently assigned Task.
          Route
          POST /operations-manager/tasks/:taskId/release
          Roles
          
            admin
apiwrite
engineering
operations
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Required | 
                Description | 
              
            
            
              
    | taskId | 
    string | 
    yes | 
    The id of the Task iteration to be released. | 
  
            
          
          
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Description | 
              
            
            
              
                | result | 
                object | 
                The result of the release operation. | 
              
            
          
          
            Copied to Clipboard
            
            {
  "message": "Successfully imported 3 of 4 documents",
  "data": {
    "_id": "D365bf4B-d3dA-77f4-eAF8-A2c7d9f47DFD",
    "location": "Broker",
    "view": "mollit Lorem sit",
    "status": "incomplete",
    "app": "veniam dolor aute labore",
    "name": "cupidatat fugiat aute",
    "variables": {
      "decorators": [
        {
          "type": "encryption",
          "pointer": "/SOZggHx3/O+ElecsWm/Vcg2/UnI/~0/~0"
        },
        {
          "type": "encryption",
          "pointer": "/~1/l/ey4SNoWkntZ/bExeIyX/BMD,R/~1/~1/un/mbu/K/XcqX"
        }
      ]
    },
    "last_updated": "1967-12-01T20:58:15.772Z",
    "encodingVersion": 1,
    "job": {
      "_id": "19e0599d3a4cf3bdae6f06bb",
      "task": "e28f",
      "name": "myCoolDocumentName",
      "description": "Some helpful information about the document",
      "ancestors": [
        "d91a01e9b38883c289ba0f81",
        "77585aa07e119fc62cd87168",
        "49e2a4479c868dce29e86b15",
        "fcd616931d6af9698e795550"
      ]
    },
    "groups": [
      "e0e405687340e36b7973ef37"
    ],
    "type": "manual",
    "metrics": {
      "start_time": "nulla deserunt",
      "claim_time": "2003-08-24T17:26:57.972Z",
      "end_time": 4198504.2685510665,
      "server_id": "culpa esse consequat",
      "finish_state": "error",
      "run_time": -65778292.17927454,
      "user": {
        "_id": "b5bf968dcd6d4f9256bc2a33",
        "provenance": "labore enim incididunt deserunt",
        "username": "in",
        "firstname": "ea exercitation aliquip cupidatat",
        "memberOf": [
          {
            "groupId": "ff3dc9149be7d2401440e481",
            "aaaManaged": true
          },
          {
            "groupId": "8d3ffcdfa188cd9171f30829",
            "aaaManaged": false
          },
          {
            "groupId": "45513d563fb1389604509b53",
            "aaaManaged": false
          }
        ],
        "assignedRoles": [
          {
            "roleId": "dolore ut non"
          },
          {
            "roleId": "in dolor sed commodo"
          },
          {
            "roleId": "et enim veniam"
          },
          {
            "roleId": "sit in"
          },
          {
            "roleId": "nisi dolor qui ipsum culpa"
          }
        ],
        "inactive": true,
        "lastLogin": "1965-08-09T06:15:09.368Z",
        "_meta": {
          "created": "1960-02-07T17:42:45.295Z",
          "updated": "1955-01-13T00:44:19.057Z",
          "migrationVersion": -83190247
        },
        "email": "magna nisi est ut"
      },
      "owner": "6c493563eb8d92a6596f8b7d"
    }
  }
}