API Reference
cURL
curl --request DELETE \ --url https://production.runalloy.com/installations/{installationId}/ \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "success": true }
Deletes a specific installation by its ID.
The version of the API to use. The current API version is 2025-09.
The ID of the installation.
"6630f0f971184ae724f2d930"
Successful response after installation deletion.
true