Delete Business Unit

Deletes a business unit.

❗️

Warning

The HTTP DELETE method deletes your existing business unit data. This request cannot be undone.

Endpoint URL

https://{{base_url}}/api/v2/business-unit

Authentication and rate limits

ItemDetails
Authentication methodOAuth 2.0 Bearer token
Rate limitRate Limit

Requests Example

curl --request DELETE \
  --url "https://{{base_url}}/api/v2/business-unit/$id" \
  --header "Authorization: Bearer $BEARER_TOKEN" \
  --header "Content-Type: application/json"

Query Parameters

  • id (integer) --

    [REQUIRED] The ID of the business unit.
    The id parameter is passed as part of the request url /business-unit/$id.
    To lookup a specific business unit ID, see the List Business Unit API.

Language
Click Try It! to start a request and see the response here!