Remove ML Backend

Remove an existing ML backend connection by ID. For example, use the following cURL command:

$curl -X DELETE http://localhost:8000/api/ml/{ml_backend_ID} -H 'Authorization: Token abc123'

Path parameters

idintegerRequired

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>