---
title: "Delete Team Users"
method: DELETE
path: "/api/v2/TeamUsers/{id}"
tags: ["TeamUsers"]
---

# Delete Team Users

`DELETE /api/v2/TeamUsers/{id}`

Delete a service or standard user to remove access for the user to the FortiCNAPP Console and FortiCNAPP APIs. Delete a user account using the following endpoint: 

 > `DELETE /api/v2/TeamUsers/{userGuid}` 

 Replace `{userGuid}` with the `userGuid` value of the standard or service user whose details you want to retrieve. You can get the `userGuid` for a user in the response to the "List All Team Users" endpoint.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `204`

Success

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/versions/7015f76895f2/schema)
