cURL
curl --request DELETE \ --url https://api.fish.audio/model/{id} \ --header 'Authorization: Bearer <token>'
{ "status": 123, "message": "<string>" }
Delete an existing model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request fulfilled, document follows
Was this page helpful?