Skip to main content
POST
Unpublish app

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

app_id
string
required

ID of the app to unpublish.

Response

The app, now offline.

The app, now offline.

id
string
required

ID of the app.

Example:

"6820f3a4e7b91d003c45a1f2"

name
string
required

Display name of the app.

Example:

"My CRM"

is_unpublished
boolean
required

Whether the app is offline. Always true here, because the unpublish succeeded.

Example:

true

last_deployed_at
string<date-time>
required

Time the app was last published, as a UTC timestamp in ISO 8601 format. Unpublishing doesn't change it.

Example:

"2026-08-02T14:30:00"