In this post, I’ll go over how you can set up a Pipe using the Tadabase REST API along with an Action Link to delete connected Child records along with the Parent record.
Here’s how that will look.
Here’s a video with the instructions on how to set this up: 01.24.2022-15.29.01
Pipe Settings
Overview
- DELETE
https://api.tadabase.io/api/v1/data-tables/{tableId}/records/{recordId}
Parameters (Name / Slug)
- Table ID / tableId
- Record ID / recordId
Headers (Key / Value)
- X-Tadabase-App-id / {appId}
- X-Tadabase-App-Key / {appKey}
- X-Tadabase-App-Secret / {appSecret}
Response
- 200 / JSON / type / Response Type
Action Link Confirmation