Skip to main content

Unsubscribe a business

DELETE 

/api/v2/businesses/:business_id/subscriptions

This endpoint lets you unsubscribe a business to one or several products

Request

Path Parameters

    business_id stringrequired

Body

required

    canceling_date number

    Date of cancellation (UNIX timestamp)

    products string[]required

    Possible values: [presence_management, review_management, review_booster, messages]

    List of products being canceled

Responses

Schema

    presence_management

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    review_management

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    review_booster

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    messages

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

Loading...