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.
API key for accessing BlueHive API endpoints. Format: "ApiKey " or "Bearer "
Default Response
Was this page helpful?