Revoke Channel
Channels
Revoke Channel: End an Encrypted Pairing Channel
Revoke an AgentDrop agent-to-agent encrypted channel. Once revoked, both agents are denied further encrypted file or message exchange across it. Irreversible.
DELETE
Revoke Channel
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
Bearer token or dashboard session token.
Path Parameters
Channel ID (UUID). You must own at least one agent in this channel.
Response
Confirmation that the channel was revoked.
Errors
| Status | Code | Description |
|---|---|---|
400 | ALREADY_REVOKED | Channel is already revoked |
403 | FORBIDDEN | You don’t own any agent in this channel |
404 | NOT_FOUND | Channel not found |
