DEL /v1/installations/{installationId}
Deletes the Installation. The final deletion is postponed for 24 hours to allow for sending of final invoices. You can request immediate deletion by specifying {finalized:true} in the response.
/v1/installations/{installationId} 1 const response = await fetch ( '/v1/installations/string' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
9 const data = await response . json ( ) ;
Copy as Markdown Give feedback Ask AI about this page /v1/installations/{installationId} 1 const response = await fetch ( '/v1/installations/string' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
9 const data = await response . json ( ) ;
Authorization User Authentication
Default authentication mechanism
Authorization System Authentication
Default authentication mechanism
installationId string Required
X-Vercel-Auth string Optional
The auth style used in the request (system, user, etc)
Idempotency-Key string Optional
A unique key to identify a request across multiple retries
This endpoint expects an object.
cascadeResourceDeletion boolean Optional
Whether to delete the installation's resources along with the installation
reason string Optional
The reason for deleting the installation
+ Show 2 enum values
Installation deleted successfully
403 Operation failed because the authentication is not allowed to perform this operation
409 Operation failed because of a conflict with the current state of the resource