Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Remove a company team member

DELETE
/api/v3/teams/company/{platformUserUniqueId}
curl --request DELETE \
--url https://api.tryletterhead.com/api/v3/teams/company/example \
--header 'Authorization: Bearer <token>'

Removes the given team member’s access to your company.

platformUserUniqueId
required
string

The team member’s unique identifier, from the team member list.

200 OK

Media type application/json
object
items
Array
message
string
total
integer
Example
{
"items": [],
"message": "Team member removed.",
"total": 10
}

Still can’t find what you need? Contact support.