Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/users/{userId}{
"code": 400,
"key": "user_not_assigned",
"message": "User is not assigned",
"details": "User is not assigned to the project",
"request_id": "v-0e9a1b979a80a99053"
}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.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/users/{userId}{
"code": 400,
"key": "user_not_assigned",
"message": "User is not assigned",
"details": "User is not assigned to the project",
"request_id": "v-0e9a1b979a80a99053"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Provide the unique identifier of the user. Alternatively, provide the user's login.
"user_v18mvPOjOXE5733eO4cAz8k1pn492wKK"
Returns no content if the user has been successfully unnassigned.
Was this page helpful?