This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true
to the request query parameters.
Removes Organizations from a Project.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:filesystem-write
.
object
list<OrganizationRid>
1
2
3
4
5
curl -X POST \
-H "Content-type: application/json" \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/filesystem/projects/ri.compass.main.folder.01a79a9d-e293-48db-a585-9ffe221536e8/removeOrganizations?preview=true" \
-d '{"organizationRids":["ri.multipass..organization.c30ee6ad-b5e4-4afe-a74f-fe4a289f2faa"]}'
Error Name | ||
---|---|---|
Remove | Error Code | PERMISSION_DENIED |
Status Code | 403 | |
Description | Could not removeOrganizations the Project. | |
Parameters | projectRid |
See Errors for a general overview of errors in the platform.