POST
/
v1
/
typebots
/
{typebotId}
/
unpublish
curl --request POST \
  --url https://app.typebot.io/api/v1/typebots/{typebotId}/unpublish \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

typebotId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
success