RESTAPI:Deleting a Transfer Session: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
imported>Frorathm
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{InfoBox|title=|content=Please note that the Cryptshare Server only allows this operation for verified sender addresses or verified email addresses (see [[{{NAMESPACE}}:About_Verifications|Verification]]).
{{InfoBox|title=|content=Please note that the Cryptshare Server only allows this operation for a verified sender address (see [[{{NAMESPACE}}:About_Verifications|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.
}}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.



Version vom 10. Juni 2024, 09:47 Uhr

Please note that the Cryptshare Server only allows this operation for a verified sender address (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.