Skip to main content
DELETE
/
v1
/
channels
/
{id}
Revoke Channel
curl --request DELETE \
  --url https://api.agent-drop.com/v1/channels/{id} \
  --header 'Authorization: <authorization>'
{
  "message": "<string>"
}
Revoke an agent-to-agent encrypted channel. Both agents lose the ability to send or receive files on this channel. Active transfers are not affected, but new transfers will be rejected.

Request

Headers

Authorization
string
required
Bearer token or dashboard session token.

Path Parameters

id
string
required
Channel ID (UUID). You must own at least one agent in this channel.

Response

message
string
Confirmation that the channel was revoked.

Errors

StatusCodeDescription
400ALREADY_REVOKEDChannel is already revoked
403FORBIDDENYou don’t own any agent in this channel
404NOT_FOUNDChannel not found