Remove resource from project

delete/projects/{projectId}/resources/{resourceId}
Internal-Use Only

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

1No example avaliable

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 ContentThe resource was deleted.
404Not FoundThe project or resource does not exist.Schema