Path parameters

  • model_id integer(int32) Required

    ID of model to delete

Responses

  • 204 application/json

    null

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
DELETE /models/{model_id}
curl \
 --request DELETE 'https://*.syngency.com/admin/api/models/{model_id}'
Response examples (204)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}