---
title: "Delete Team Member"
method: DELETE
path: "/api/v2/TeamMembers/{userGuid}"
tags: ["TeamMembers"]
deprecated: true
---

# Delete Team Member

`DELETE /api/v2/TeamMembers/{userGuid}`

> **Deprecated.**

Delete a team member by invoking the following endpoint:

  > `DELETE https://YourAccount.lacework.net/api/v2/TeamMembers/{userGuid}`

  Replace `{userGuid}` with the `userGuid` value returned for a team member in the response when invoking the following endpoint: `GET /api/v2/TeamMembers` 

 **Note**: This API is deprecated and is unavailable if you have migrated to the new RBAC model in your FortiCNAPP Console. See [Access Control](https://docs.fortinet.com/document/forticnapp/latest/administration-guide/873733/access-control-overview) for more information about the new RBAC model.

## Path parameters

- `userGuid` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required
- `Org-Access` boolean
- `Account-Name` string

## 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)
