Apps And Solutions
Application

Remove compatible solutions from an application

1min
DELETE
/developer/apps/{appId}/compatible-solns

This API is used to remove compatible solutions from an application.

In order to remove a compatible solution, the unique solution id of the solution must be provided in the input. The list of compatible solutions associated with the application can be obtained from the GET /applications/{appId} API.

Removing a solution version from an application will result in the app no longer being compatible with the any of the corresponding versions of the solution.

Path Parameters
appId
*
Header Parameters
x-developerplatform-access
*
Body Parameters
body
*
solnListingIds
*
Responses
200
400
Request body invalid
error
*
request
*
403
User does not have access to the app's org/team combo
error
*
request
*
404
App id not found
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
400
403
404