Delete Shared Model
This API helps to delete a shared model by identifier.
Request
DELETE https://ml-model-share.reltio.com/api/v1.0/{environment}/{tenantId}/models/{modelId}
Name | Type | Required | Details |
---|---|---|---|
environment |
path |
Yes |
Source environment of the Match IQ model. Example: |
tenantId |
path |
Yes |
Source tenant of the Match IQ model. Example: |
modelId |
path |
Yes |
Shared model identifier. Example: |
Response
Sample
Content-Type:application/json
{
"status": "success"
}