Skip to main content
DELETE
/
v2
/
channel
/
{channelId}
cURL
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/channel/{channelId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

ID do canal

Response

Agente removido com sucesso

success
boolean

Indica se o agente foi removido com sucesso

Example:

true