HTTP Method | URL | Requires Auth |
---|---|---|
DELETE | /api/v1/omnichannel/agent/extension | yes |
{% hint style="info" %}
Permission required: manage-agent-extension-association
{% endhint %}
Key | Example Value | Description |
---|---|---|
username * | agent5 | The user name of the agent. |
curl --location 'http://localhost:3000/api/v1/omnichannel/agent/extension/agent5' \
--header 'X-Auth-Token: NcQtu58azANDJ1FIpJVg4GqhK9h-j61l' \
--header 'X-User-Id: CkCPNcvsvCDfmWLqC'
{
"success": true
}