Apps And Solutions
Common

Deletes the artifacts for an app or a soln.

1min
DELETE
/developer/artifacts/{artifactId}

This is a common API to delete artifacts for an application or a solution. This API can delete artifacts such as icons, images, documents, and permissions files for an existing application or solution version.

Path Parameters
artifactId
*
Header Parameters
x-developerplatform-access
*
Query Parameters
appVersionId
solutionVersionId
artifactType
*
Responses
200
The artifacts were successfully deleted.
403
User not authorized on the app or solution.
error
*
request
*
404
App or solution version not found based on provided id.
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
403
404