DELETE
/
v1
/
agent
/
{agent_id}
import BeyondPresence from '@bey-dev/sdk';

const client = new BeyondPresence({
  apiKey: process.env['BEY_API_KEY'], // This is the default and can be omitted
});

const agent = await client.agent.delete('agent_id');

console.log(agent);
"<any>"

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

agent_id
string
required

Response

200
application/json

Successful Response

The response is of type any.