跳到主要内容

删除模型

OpenAPI Specification

openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/model/{id}:
delete:
summary: 删除模型
deprecated: false
description: ''
tags:
- 模型接口/语音克隆
parameters:
- name: id
in: path
description: ''
required: true
schema:
type: string
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
default: application/json
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
status: 123
message: <string>
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/语音克隆
x-apifox-status: developing
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-402240429-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []