Delete project contents

delete/projects/{projectId}/contents/{contentId}

Deletes the contents of the project that is associated with the specified project ID and content ID.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

contentId
string
true

The unique identifier for the project content.

Responses

StatusMeaningDescription
204No Content

The project contents was deleted.

404Not Found

No project contents exist at the requested path.

Schema