Deletes a business unit.
Warning
The HTTP DELETE method deletes your existing business unit data. This request cannot be undone.
Endpoint URL
https://dashboard-api.revnue.com/api/v2/business-unit
Authentication and rate limits
Item | Details |
---|---|
Authentication method | OAuth 2.0 Bearer token |
Rate limit | Rate Limit |
Requests Example
curl --request DELETE \
--url 'https://dashboard-api.revnue.com/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.