Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required

Project ID

appId
string
required

App ID

Response

201 - application/json

Unpublish result

status
enum<string>
required

Unpublish result status

Available options:
success,
failed
error
string

Error message if failed

Last modified on September 15, 2026