RESTAPI:Deleting a Transfer Session: Unterschied zwischen den Versionen
Aus Cryptshare Documentation
imported>Frorathm Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{InfoBox|title=|content=Please note that the Cryptshare Server only allows this operation for verified sender | {{InfoBox|title=|content=Please note that the Cryptshare Server only allows this operation for a verified sender email 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. | ||
= Delete a Transfer Session = | = Delete a Transfer Session = |
Aktuelle Version vom 10. Juni 2024, 09:50 Uhr
Please note that the Cryptshare Server only allows this operation for a verified sender email 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.