DELETE repository/applications/{applicationId}/versions/{versionId}
Deletes a RepositoryApplicationVersion.
Remarks
C4M Error Code returned:
- null - User application has been deleted successfully. 
- ApplicationNotFound - The requested application does not exist on this environment. 
- 403 - Forbidden - The authenticated user doesn't have permission to access the resource. 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| applicationId | RepositoryApplication identifier. | Define this parameter in the request URI. | 
| versionId | RepositoryApplicationVersion identifier. | Define this parameter in the request URI. | 
Response Information
Operation result.
Response body formats
application/json, text/json
					Sample:
							
    {
  "error": null
}