v1

latestOpenAPI 3.0.32026-07-268345159.5 KB

Delete Sandbox App

Use this API to delete Sandbox app.

delete/app/{appId}

Path parameters

appIdstring required

Unique identifier of the app

Query parameters

commentstring

Text for reference of deletion

Headers

Authorizationstring required

Your partner app token, please refer Get access token api to get the token from partner documentation.

Response

Success

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "App deleted successfully"
}