DELETE
/
project
/
{id}
/
user
/
{user_id}
curl --request DELETE \
  --url https://api.basic.tech/project/{id}/user/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required
user_id
string
required

Response

200
application/json

User successfully removed from project