LaraCopilot
LaraCopilot
API ReferenceEndpointsDeploymentConnections

Disconnect deployment provider

Removes the deployment provider connection for an external user and detaches it from any linked projects.

DELETE
/deployments/{provider}/connections/{externalUserId}
AuthorizationBearer <token>

In: header

Path Parameters

provider*string
externalUserId*string

Response Body

application/json

application/json

curl -X DELETE "https://builder.laracopilot.com/api/v1/deployments/string/connections/string"
{
  "success": true,
  "message": "string",
  "data": null,
  "errors": null
}
{
  "success": true,
  "message": "Deployment provider connection not found for the provided external user.",
  "data": null,
  "errors": null
}