Skip to main content

Remove a team member from a project

This endpoint is for removing a team member from a specific project using the project ID and member ID.

Path Parameters
memberId string REQUIRED

The ID of the team member to remove.

Header Parameters
apiToken string REQUIRED

Secret key for the project

Responses
204

Team member removed successfully

400

Bad request, such as invalid input

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

401

Unauthorized access

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

404

Project or member not found

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

500

Internal Server Error

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.