cURL
curl --request DELETE \ --url https://api.edgee.app/v1/organizations/{id}/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "id": "<string>", "deleted": true }
Remove an existing User from an Organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here
Bearer <token>
<token>
The deleted User
The response is of type object.
object
Was this page helpful?