Uninvite user
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/BuildingProject/{id}/uninvite \
--header 'Authorization: Bearer <token>'Project
Uninvite user
Removes a user from a specific Building Project, revoking their access and membership.
DELETE
/
BuildingProject
/
{id}
/
uninvite
Uninvite user
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/BuildingProject/{id}/uninvite \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
buildingProjectId
Query Parameters
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

