This API is used to delete an algorithm.
You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.
DELETE /v2/{project_id}/algorithms/{algorithm_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
algorithm_id |
Yes |
String |
Algorithm ID. |
None
None
The following shows how to modify the algorithm whose UUID is 2e5451fe-913f-4492-821a-2981031382f7.
DELETE https://endpoint/v2/{project_id}/algorithms/2e5451fe-913f-4492-821a-2981031382f7
Status code: 202
No Content
null
Status Code |
Description |
---|---|
202 |
No Content |
See Error Codes.