Forum Discussion
AviSikenpore1
8 years agoQrew Trainee
Quincy,
Mark's method should be able to easily delete the record. However you need be aware of the fact that exposing usertoken on an external website is a security risk.
If you external website is public, I would suggest you basically add a new record in some table known as delete requests capturing the record ID of the original record.
Setup a webhook from that table to perform an API_DeleteRecord at the desired table.
Mark's method should be able to easily delete the record. However you need be aware of the fact that exposing usertoken on an external website is a security risk.
If you external website is public, I would suggest you basically add a new record in some table known as delete requests capturing the record ID of the original record.
Setup a webhook from that table to perform an API_DeleteRecord at the desired table.
QuickBaseCoachD
8 years agoQrew Captain
Good thought.