...
Sample cURL command
Code Block | ||
---|---|---|
| ||
|
Sample output
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} |
...
...
Code Block | ||
---|---|---|
| ||
|
Code Block | ||
---|---|---|
| ||
curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttps://localhost:9443/api/models/1 -k |
Code Block | ||
---|---|---|
| ||
DELETE /api/models/{id} |
...