Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

File metadata and controls

27 lines (19 loc) · 1.01 KB

Delete Omnichannel Agent Extension

HTTP MethodURLRequires Auth
DELETE/api/v1/omnichannel/agent/extensionyes

{% hint style="info" %} Permission required: manage-agent-extension-association {% endhint %}

Path Variables

KeyExample ValueDescription
username*agent5The user name of the agent.

Example Call

curl --location 'http://localhost:3000/api/v1/omnichannel/agent/extension/agent5' \
--header 'X-Auth-Token: NcQtu58azANDJ1FIpJVg4GqhK9h-j61l' \
--header 'X-User-Id: CkCPNcvsvCDfmWLqC'

Example Response

{
    "success": true
}