Delete all files uploaded in a session
This endpoint enables you to delete all files uploaded to the following folder on a Sage CRM server:
<Sage CRM installation folder>\Library\TEMP\<SID>
Where <SID> is the ID of the session in which the files were uploaded.
Authentication
Session ID. For details, see Authentication: retrieve session ID for a user.
HTTP
Copy
DELETE http://{{server}}/sdata/{{install}}j/sagecrm/-/$service/fileDelete?SID={{sid}}
URI parameters
Name |
Description |
---|---|
{{server}} |
Name or IP address of a Sage CRM server. |
{{install}} |
Sage CRM installation name. By default, this is CRM. |
{{sid}} |
ID of the session in which the files to be deleted were uploaded. |
Request body
None