Table of Contents | ||
---|---|---|
|
Overview
Description | Delete a model |
Resource Path |
|
HTTP Method | DELETE |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{id} | ID of the model which you need to delete. |
Sample cURL command
Code Block | ||
---|---|---|
| ||
curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttps://localhost:9443/api/models/1 -k |
Example
Code Block | ||
---|---|---|
| ||
DELETEĀ /api/models/{id} |
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, seeĀ HTTP Status Codes. |