LaraCopilot
LaraCopilot
API ReferenceEndpointsDeploymentProjects

Delete deployed application

Permanently removes the deployed application for a project from the provider. Project metadata in LaraCopilot is preserved.

DELETE
/deployments/{providerId}/project/{projectId}/application
AuthorizationBearer <token>

In: header

Path Parameters

providerId*string
projectId*string

Response Body

application/json

curl -X DELETE "https://builder.laracopilot.com/api/v1/deployments/string/project/string/application"
{}