Skip to content

Uninstall App

DELETE
/installed-apps/{app_id}

PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.

Revoke an app’s access to your workspace.

Takes effect on the app’s NEXT request, not when its tokens expire: the verifier re-resolves consent live, and the M6-1d clamp reads only consented rows.

Your data is NOT deleted. D13 requires a workspace to keep records an app authored after it is uninstalled — they are yours, and you can still read them through your own API key.

Authorizations

Parameters

Path Parameters

app_id
required
string

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

An app installed in your workspace, and what you granted it.

object
app_id
required
string
app_name
Any of:
string
app_slug
Any of:
string
client_org_id
required
string
consented_scopes
Array<string>
created_at
Any of:
string format: date-time
install_id
required
string
revoked_at
Any of:
string format: date-time
status
required

pending, consented, revoked, suspended or expired.

string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string