Skip to main content
DELETE
/
projects
/
{project_id}
/
user-access
/
{user_id}
Remove user access for a project
curl --request DELETE \
  --url {schemes}://api.upsun.com/projects/{project_id}/user-access/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

The ID of the project.

user_id
string<uuid>
required

The ID of the user.

Example:

"d81c8ee2-44b3-429f-b944-a33ad7437690"

Response

No Content

Last modified on March 25, 2026