Delete a user-defined property from a model

delete/models/{modelId}/userProperties/{propertyKey}

Deletes the specified user-defined property from the specified model.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The unique identifier for the model.

propertyKey
string
true

The key of the user-defined property.

Responses

StatusMeaningDescription
204No Content

The property was deleted.

404Not Found

No model or property exists at the requested path.

Schema