Single Record Deletion APIAPI Explorer

Introduction

API Introduction

You can delete one record through the API.

API Calling

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

Request URL: https://api.jodoo.com/api/v5/app/entry/data/delete

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"
}

Was this information helpful?
Yes
NoNo
Need more help? Contact support