Skip to main content
DELETE
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
{spaceUuid}
/
group
/
share
/
{groupUuid}
cURL
curl --request DELETE \
  --url http://api/v1/projects/{projectUuid}/spaces/{spaceUuid}/group/share/{groupUuid}
{
  "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

groupUuid
string
required

The uuid of the group to revoke access from

Response

Success

status
enum<string>
required
Available options:
ok
results
any