Skip to main content
DELETE
/
business-units
/
{id}
Delete a business unit
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/business-units/{id} \
  --header 'Authorization: Bearer <token>'
A named organizational unit used to configure invoice settings and group clients and projects.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The business unit uuid.

Response

204