Management APIs
cURL
curl --request DELETE \ --url https://api.basic.tech/project/{id}/user/{user_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Removes a user from the project
JWT Authorization Token header using the Bearer scheme
User successfully removed from project