deleteById
POST
/{modelName}/deleteByIdDelete one row by ID. All slices related to this ID
will be deleted for timeline model.
Request
Path Params
modelName
string
required
Query Params
id
number
required
ID of the data to be deleted.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer <int32>
optional
Status Code
data
boolean
optional
Result Data
error
string
optional
Error Message
message
string
optional
Common Message
Example
Not configured
Last modified: 8 天前