apps_management_Tenant Apps
Delete an artifact from a UWP app version
Deletes a per-version artifact (dependency or certificate) by its id, removing both its stored file and its record.
delete/v2/tenant-apps/{appId}/versions/{versionId}/artifacts/{artifactId}
Path parameters
appIdstring uuid required
versionIdstring uuid required
artifactIdstring uuid required
The id of the artifact to delete.
Response
Success