Delete Profiles using the Rest API |
DEVELOPER |
The Profile Delete Rest API provides a simple way for you to delete a given range of PROIV operators or projects.
To delete, simply execute the Rest API with the following parameters:
Field |
Description |
Task Name |
TK_RWS_OperatorDELETE |
Http Method |
DELETE |
Params |
Operator_From,Operator_To |
Example URI |
http://server:port/base-default/rws/operators?Operator_From=AAA&Operator_To=AAB |
Field |
Description |
Task Name |
TK_RWS_ProjectDELETE |
Http Method |
DELETE |
Params |
Project_From,Project_To |
Example URI |
http://server:port/base-default/rws/projects?Project_From=My Old Project&Project_To=My Old Project |
1. Reserved PROIV operators that are included as part of the PROIV distribution will not be removed using this method.
2. Reserved PROIV project (Default Project 1.0) included as part of the PROIV distribution will not be removed using this method.
Topic ID: 500524