Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3

Overview

DescriptionDelete a model
Resource Path

/api/models/{id}

HTTP MethodDELETE
Request/Response Formatapplication/json

Parameter description

Parameter
Description
{id}ID of the model which you need to delete.

Sample cURL command

Code Block
languagetext
curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttps://localhost:9443/api/models/1 -k

Example

Code Block
languagetext
DELETEĀ  /api/models/{id}

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, seeĀ HTTP Status Codes.