Remove a user's access to an environment

Purpose - Update environment access for a user.

URL - https://<frontdoor-url>/api/environmentuser

Note: Replace <frontdoor-url> with the Frontdoor URL for the region your Apptio product is hosted in.

Method - DELETE

URL path parameters:

Parameter Description
environment Universally unique identifier (UUID) of the environment to which to grant the user access to.
user Login or UUID of the user. For example, user@customer.com

Headers - Pass apptio-opentoken header received as a response from the authentication call. See Basic authentication using user name and password.

Sample request:
DELETE /api/user HTTP/1.1
Host: frontdoor.apptio.com
Content-Type: application/json
Apptio-opentoken: *****************************************************************************************
{
  "environment": "1234567-98e3-42f2-b22d-abcd1234",
  "user": "testuser1@test.com",
}