Delete a user
DELETE/v1/user-management/:id
Revokes a user's access to the account. The API token determines the account the user will be deleted from. If you run this endpoint without the accountID, then you can perform actions on the account that belongs to the token you provided. If you run this endpoint with the accountID, then you will delete only the user from the given accountID. In this case you must run it with the token of the main account that the accountID belongs to. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
ID of the user
Example: 11300
Query Parameters
accountId int32
Logz.io sub-account ID.
Responses
- 200
successful operation
Loading...