Remove access to a resource
This command removes access to a resource from the specified team and cloud project. This filtering affects what is available in the blueprint designer palette, when provisioning images, and in the REST API.
Request
DELETE http://{hostname}:{port}
/landscaper/rest/teams/{team_id}/cloudprojects/{cloud_project_id}/regions/{region_id}/resources/{CloudProjectResourceType}/{id}
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | |
| cloud_project_id | string | true | |
| CloudProjectResourceType | string | true | |
| region_id | string | true | |
| team_id | string | true |