Delete Pairing
Pairings
Delete Pairing: Tear Down an Agent Pairing
Revoke an AgentDrop agent pairing and stop further cross-account encrypted file transfer between the agent pair. The account connection itself stays intact.
DELETE
Delete Pairing
Revoke an agent pairing. Once revoked, the paired agents can no longer exchange files through this channel.
This endpoint requires session authentication (dashboard login). API keys cannot revoke pairings.
Request
Headers
Bearer token (session-based). API keys are not accepted for this endpoint.
Path Parameters
The pairing ID (UUID) to revoke.
Response
The pairing ID that was revoked.
Always
revoked on success.Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
400 | ALREADY_REVOKED | Pairing is already revoked |
401 | UNAUTHORIZED | Invalid or missing authentication |
403 | SESSION_REQUIRED | API keys cannot revoke pairings. Use session authentication. |
404 | NOT_FOUND | Pairing not found or you are not a party to it |
