Clear App Source
DELETE /apps/{app_id}/source
DELETE
/apps/{app_id}/source
Unbind this app’s source.
Idempotent: unbinding an app that has no source is a 200 describing an app with no source, not a 404. The caller asked for a state, and that state already holds.
Clearing the binding does NOT touch deployments already built from it. A deployment records what was built; rewriting history to match a since-removed binding would make the audit trail lie about what is running.
Authorizations
Parameters
Path Parameters
app_id
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
One builder-owned app. Mirrors AppDto.
object
app_id
required
string
builder_org_id
required
string
name
required
string
registered_origins
Https-only origins a browser app token may be presented from.
Array<string>
slug
required
string
status
required
Lifecycle state: draft, published, suspended or archived. active is accepted on write as a legacy spelling of published.
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string