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
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 |