Spaces
Remove a member from a space
Revoke a user’s access to a specific project (Space) within the team (Workspace). The user is identified by their unique ID, and their role and permissions in the project are revoked.
DELETE
Remove a member from a project
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".
User ID is an alphanumerical string that identifies a user.
Response
member successfully removed from the project
Previous
Delete a spacePermanently delete a project (Space) from the specified team (Workspace).
This action cannot be undone, and all associated data will be removed.
Next
Remove a member from a project