Remove resource from project

delete/projects/{projectId}/resources/{resourceId}

Removes the specified resource from the project. This does not delete the target resource. The proper way to delete a resource is to use the resource's persistence service to delete it. That should generate an event that causes the projects service to clean up any members that have that target resource's URI.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string<object-id>
true

The identifier of a specific project.

resourceId
string
true

The identifier of a specific resource.

Responses

StatusMeaningDescription
204No Content

The resource was deleted.

404Not Found

The project or resource does not exist.

Schema