Forum Discussion
MarkShnier__You
4 years agoQrew Legend
here are some cheat notes that will help.
URL to delete a file attachment
URLRoot() & "db/" & dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_9="
& "&delfile_fid_9=1"
// & "&apptoken=<your apptoken>"
Because someone else might come along looking for this: here's the XML version:
<qdbapi>
<udata>mydata</udata>
<ticket>auth_ticket</ticket>
<apptoken>app_token</apptoken>
<rid>[record_id]</rid>
<field fid="[field_id]" filename="delete"></field>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
URL to delete a file attachment
URLRoot() & "db/" & dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_9="
& "&delfile_fid_9=1"
// & "&apptoken=<your apptoken>"
Because someone else might come along looking for this: here's the XML version:
<qdbapi>
<udata>mydata</udata>
<ticket>auth_ticket</ticket>
<apptoken>app_token</apptoken>
<rid>[record_id]</rid>
<field fid="[field_id]" filename="delete"></field>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------