RESTAPI:Deleting a Transfer Session

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
Please note that the Cryptshare Server only allows this operation for verified sender addresses or verified email addresses (see Verification).

With this endpoint a started Transfer Session can be removed from the Cryptshare server. The deletion contains the database entry for this Transfer Session as well as already uploaded files. Only transfer sessions that have been created by the given sender email address can be deleted.

Delete a Transfer Session

DELETE https://<your-url>/api/users/<sender email-address>/transfer-sessions/<tracking-id>

If the deletion was successful, the HTTP response code 204 - No content will be returned.