Delete Transfer
Transfers
Delete Transfer: Permanently Remove a Transfer
Permanently delete an AgentDrop transfer and remove all encrypted file blobs from R2 storage. Recipient sees 410 Gone for any subsequent download attempt.
DELETE
Delete Transfer
Mark a transfer as deleted. Files are cleaned up by a background worker.
Deletion is soft, the transfer record remains for audit purposes but files are removed from storage and the transfer can no longer be downloaded.
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The transfer ID. Example:
txfr_abc123Response
Examples
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
404 | NOT_FOUND | Transfer does not exist or already deleted |
