Versions Compared

Key

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

...

Sample cURL command

Code Block
languagetext
 

Sample output

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}

...