cURL
curl --request DELETE \ --url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/users/{userId} \ --header 'X-Management-Id: <api-key>' \ --header 'X-Management-Token: <api-key>'
This response does not have an example.
Unassigns the user from the project. If the user is currently logged in, they are automatically logged out. If the user is assigned to only one project, they cannot be unassigned from that project.
Was this page helpful?