Comment on page
Delete Omnichannel Agent Extension
HTTP Method | URL | Requires Auth |
---|---|---|
DELETE | /api/v1/omnichannel/agent/extension |
Permission required:
manage-agent-extension-association
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
}
Last modified 9d ago