forget an install
POST /v1/installs/{install_id}/forget
POST
/v1/installs/{install_id}/forget
Forget an install that has been deleted outside of nuon.
This should only be used in cases where an install was broken in an unordinary way and needs to be manually deleted so the parent resources can be deleted.
Authorizations
Parameters
Path Parameters
install_id
required
string
Install ID
Request Body
Input
object
Responses
200
OK
boolean
400
Bad Request
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean