Skip to main content
DELETE
Delete Model

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Path Parameters

modelId
string
required

Model to delete.

Query Parameters

userId
string

Admin performing the delete.

Response

A successful response.

AdminModelServiceDeleteModelResponse is the response for admin delete model.