DELETE
/
organizations
/
{organizationId}
/
users
/
{userId}
curl --request DELETE \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/users/{userId} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
userId
string
required

Response

200
application/json
OK

The response is of type object.