Versions Compared

Key

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

...

Sample cURL command

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

Example

Code Block
languagetext
DELETE /api/datasets/{dataset_id}

Sample output

Code Block
languagetext
 

REST API response

HTTP status code

200

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