Test Data Management
- Test Data Management 10.5.2
- All Products
DELETE http(s)://<host>:<port>/api/public/tdm/v1/projects/{projectId}/columns/ruleassignments
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
projectId
| ID of the project that contains the job.
|
Property
| Data Type
| Description
|
---|---|---|
id
| Integer
| Existing rule assignment ID
|
port_id
| Integer
| Required. Column ID number
|
name
| String
| Column name
|
rule_id
| Integer
| Required. Rule ID number
|
policy
| Integer
| Policy ID number
|
params
| String
| Parameter
|
DELETE http://<host>:6605/api/public/tdm/v1/projects/5/columns/ruleassignments
{ "id": 1, "port_id": 804, "rule_id": 25 }
content-length: 0 content-type: application/json date: Thu, 29 Nov 2018 07:37:34 GMT server: Informatica successful operation