DELETE
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
{spaceUuid}
/
share
/
{userUuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the space's parent project

spaceUuid
string
required

The uuid of the space to update

userUuid
string
required

The uuid of the user to revoke access from

Response

200
application/json

Success

The response is of type object.