DELETE
/
{team_id}
/
projects
/
{project_id}
/
members
/
{user_id}
Remove a member from a project
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/projects/{project_id}/members/{user_id}
This response does not have an example.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

project_id
string
required

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

user_id
string
required

User ID is an alphanumerical string that identifies a user.

Response

204

member successfully removed from the project