I am currently in the process of configuring API collections for Clockify in Postman, and then integrating them into OutSystems.
However, I am facing an issue with revoking access to users from a project. I have gone through the documentation, but I could only find information on how to add users to a project and update their membership.
Can someone guide me on how to remove access to a user from a project?
For updating/giving access to a project, you use the following:
[PATCH] https://api.clockify.me/api/v1/workspaces/{WorkspaceId}/projects/{ProjectId}/memberships
I was feeling luckily and simply tried:
[DELETE] https://api.clockify.me/api/v1/workspaces/{WorkspaceId}/projects/{ProjectId}/memberships
And then adding the "userId" in the request but did not work.