Skip to main content
DELETE
/
v1
/
employers
/
{employerId}
/
service-bundles
/
{id}
JavaScript
import BlueHive from '@bluehive/sdk';

const client = new BlueHive({
  apiKey: 'My API Key',
});

await client.employers.serviceBundles.delete('id', { employerId: 'employerId' });
This response does not have an example.

Authorizations

Authorization
string
header
required

API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"

Path Parameters

employerId
string
required
id
string
required

Response

Default Response

I