Remove Account from Team

/teams/{id}/accounts/{id}

Remove Account from Team [DELETE]

Unassign an account from an existing team.

The InspectAll API will respond with a 412: Precondition Failed if the account will be assigned to no teams as a result of the DELETE. Include "confirmed": true in the following request to continue unassigning the account.

Authorization: Admin

Response 412

Body
  {
    "orphanedAccounts": [
      {
         "id": 12908,
         "name": "Springfield Nuclear Plant",
         "num": "SNP190"
      }
    ]
  }

Response 200

Body
  {}

Still need help? Contact Us Contact Us