- Documentation
- Activation
- Activation Process
- Activate information import/export
- View Device Activation InformationGET
- Common interfaces
- Recognition
- learning export & import
- camera
- goods
- Product Image Matching
learning forgetting
POST
/delete-dynamic-mapping
Request
Body Params application/json
sku
string
required
name
string
required
prune
boolean
required
Example
{
"sku": "000001",
"name": "apple",
"prune": false
}
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 'http://localhost:17339/delete-dynamic-mapping' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "000001",
"name": "apple",
"prune": false
}'
Responses
🟢204success
application/json
Body
object {0}
Example
成功就返回204状态码
🟢200error