Deployed Models
Delete Deployed Model
DELETE
/
v1
/
accounts
/
{account_id}
/
deployedModels
/
{deployed_model_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
deployed_model_id
string
requiredThe Deployed Model Id
Response
200 - application/json
The response is of type object
.
Was this page helpful?