Apps And Solutions
Application

Delete Application Version

1min
DELETE
/developer/apps/versions/{appVersionId}

This API is used to delete a version of an application.

A version can only be deleted if the following are true:

  • It cannot be the only version of the application.
  • It cannot have entered TECH REVIEW or any state above.
Path Parameters
appVersionId
*
Header Parameters
x-developerplatform-access
*
Responses
200
403
User does not have access to the app's org/team combo
error
*
request
*
404
App version not found
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
403
404