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