Users
Remove a user
DELETE/v1/users/{id}
Remove a user from the workspace. Their sessions are revoked immediately.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
id |
path | string | The user id. |
Request
curl --request DELETE \
--url https://api.sysos.app/v1/users/{id} \
--header "Authorization: Bearer ACCESS_TOKEN" \
--header "Content-Type: application/json"
Response 204 No Content
Returns 204 No Content.