/apps.uninstall
GET
/apps.uninstallUninstalls your app from a workspace.
Request
Query Params
token
string
optional
Authentication token. Requires scope: none
client_id
string
optional
Issued when you created your application.
client_secret
string
optional
Issued when you created your application.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago