Delete API Agent channel

API documentation for Delete API Agent channel

DELETE
/api/v1/api-agents/{agentId}/channels/{channelId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication.

In: header

Path Parameters

agentId*string
channelId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/api-agents/string/channels/string"
{  "success": true}