Skip to content

Delete Custom Model

Permanently delete a custom model and every phrase it contains. See the Custom Models guide for how models are used.

DELETE https://api.reson8.dev/v1/custom-model/{id}
Header Value
Authorization ApiKey <api_key> or Bearer <access_token>

See Authentication for which header to use in different situations.

Parameter Type Description
id string ID of the custom model
Terminal window
curl -X DELETE "https://api.reson8.dev/v1/custom-model/a1b2c3d4-e5f6-7890-abcd-ef1234567890" \
-H "Authorization: ApiKey <your_api_key>"

204 No Content

The response has no body.

Status Description
401 Unauthorized Missing or invalid credentials
404 Not Found Custom model not found
500 Internal Server Error Unexpected server error