Skip to main content
Single Record Deletion API

You can delete one record through the API.

Updated over 4 months ago

What is the Single Record Deletion API?

You can delete one record through the API.


API Calling

Delete one record from the form according to the specified data ID.

Request Frequency: 20 times per second

Request Method: POST

Request Parameters:

Parameter

Type

Required

Description

Default

app_id

String

Yes

App ID

/

entry_id

String

Yes

Form ID

/

data_id

String

Yes

Data ID

/

is_start_trigger

Bool

No

Whether to trigger Automations

false

Sample Request:

{     "app_id": "59264073a2a60c0c08e20bfb",     "entry_id": "59264073a2a60c0c08e20bfd",     "data_id": "6052e8072315c0075001d65e" }

Responses:

Parameter

Type

Description

status

String

Return the request result

Sample Response:

{     "status": "success" }

I have finished reading. 🏆

👉I can't wait to SET THE API.

👉I need more HELP in Discord Forum.

Did this answer your question?