Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
members
/
{memberId}
Delete a member
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/members/{memberId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

memberId
string<uuid>
required

Unique identifier of the member to remove

projectId
string<uuid>
required

Unique identifier of the project

Response

200 - application/json

Confirmation that the member has been removed

Confirmation that the member has been removed

status
enum<string>
required

Operation status

Available options:
ok