Accelerate the Value of Data

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}
Table 1. Parameters
Name Type Required Details

environment

path

Yes

Source environment of the Match IQ model.

Example: test.

tenantId

path

Yes

Source tenant of the Match IQ model.

Example: TestTenant.

modelId

path

Yes

Shared model identifier.

Example: eb4c7fcc-5afc-11eb-ae93-0242ac130002.

Response

Sample

Content-Type:application/json

{
  "status": "success"
}