Skip to main content
DELETE
Delete a business

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the business

Response

200 - application/json

The deleted Business object

id
string
required

The ID of the business

external_id
string | null
required

The external ID of the business

name
string
required

The name of the business

metadata
object
required

Arbitrary metadata associated with this business

created_at
string
required

The date and time the business was created

website
string | null
required

The website URL of the business

disabled_steps
enum<string>[] | null
required

Steps disabled for this business. If null, the business inherits the project's disabled_steps. If set (including []), this list fully overrides the project's setting.

Available options:
email,
sms