Delete a project version

delete/projects/{projectId}/projectVersions/{versionId}

Deletes the project version that is associated with the specified version ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

versionId
string
true

The unique identifier for the project version.

Responses

StatusMeaningDescription
204No Content

The project version was deleted.

404Not Found

No project exists at the requested path.

Schema