Removes a model
DELETE/iot/models/:modelId
Removes a model.
Authorization Action:
core:models:delete
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={[{"name":"modelId","description":"Unique model identifier.","in":"path","schema":{"type":"string","format":"uuid"},"required":true}]}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={undefined}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{"204":{"description":"Model removed."},"400":{"description":"Failed due to malformed model ID."},"401":{"description":"Missing or invalid access token provided."},"500":{"description":"Unexpected server error.","content":{"application/json":{"schema":{"type":"string","format":"byte"}}}}}}
>
</StatusCodes>