DELETE
/
v2
/
projects
/
{project_id}
/
users
/
{user_id}
curl --request DELETE \
  --url https://api.galileo.ai/v2/projects/{project_id}/users/{user_id} \
  --header 'Galileo-API-Key: <api-key>'
"<any>"

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string
required
user_id
string
required

Response

200
application/json

Successful Response

The response is of type any.