- Model APIs
- copyByIdPOST
- copyByIdAndFetchPOST
- copyByIdsPOST
- copyByIdsAndFetchPOST
- countPOST
- createListPOST
- createListAndFetchPOST
- createOnePOST
- createOneAndFetchPOST
- deleteByIdPOST
- deleteByIdsPOST
- deleteBySliceIdPOST
- getByIdPOST
- getByIdsPOST
- getCopyableFieldsGET
- getRowFilesGET
- getUnmaskedFieldGET
- getUnmaskedFieldsGET
- searchListPOST
- searchNamePOST
- searchPagePOST
- searchPivotPOST
- searchSimpleAggPOST
- updateByFilterPOST
- updateListPOST
- updateListAndFetchPOST
- updateOnePOST
- updateOneAndFetchPOST
- uploadFilePOST
- uploadFileToRowPOST
- Toolkit
- ChangeLog
- File Record
- Import Template
- SysPreData
- SysView
- Data Export
- Import
- Metadata Upgrade API
- Export Template
- DeptInfo
- AiRobot
- DocumentTemplate
- FlowConfig
- SysCron
- SysModel
- SysOptionSet
- Flow Automation
- DesignAppEnv
- DesignAppVersion
- DesignModel
deleteBySliceId
POST
/{modelName}/deleteBySliceId
Model APIs
sliceId
.Request
Path Params
modelName
string
required
Query Params
sliceId
number
required
sliceId
of the timeline slice data to delete.Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '//deleteBySliceId?sliceId'
Responses
🟢200OK
*/*
Body
code
integer <int32>
optional
data
object (FileInfo)
optional
checksum
string
optional
fileId
string
optional
fileName
string
optional
fileType
enum<string>
optional
Allowed values:
JPGPNGWEBPBMPTIFSVGGIFICOCSVTXTDOCDOCXPPTPPTXXLSXLSXPDFJSONXMLYAMLZIPGZIPTARRARGZMP3WAVAACOGGFLACMP4AVIMOVWMVFLV
size
integer <int32>
optional
url
string
optional
message
string
optional
Example
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48