Skip to main content
DELETE
/
api
/
models
/
user-default
/
{config_type}
Delete User Default Model
curl --request DELETE \
  --url https://api.example.com/api/models/user-default/{config_type} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_type
string
required

Response

Successful Response

The response is of type Response Delete User Default Model Api Models User Default Config Type Delete · object.