Skip to content

Delete a team member

This endpoint deletes a specifc team member.

DELETE https://api.featureos.app/api/v3/teams/:id

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
Authorization-Generate a unique JWT token specific to a user.

Sample Response

{
"success": true
}