Skip to main content
DELETE
Delete Pairing
Revoke an agent pairing. Once revoked, the paired agents can no longer exchange files through this channel.
This action cannot be undone. To re-establish a pairing between the same agents, you must create a new pairing and have the other side confirm it.
This endpoint requires session authentication (dashboard login). API keys cannot revoke pairings.

Request

Headers

Authorization
string
required
Bearer token (session-based). API keys are not accepted for this endpoint.

Path Parameters

id
string
required
The pairing ID (UUID) to revoke.

Response

id
string
The pairing ID that was revoked.
status
string
Always revoked on success.

Examples

Response

Errors