Undeploy Tenant-specific Process Definition
Request
Operation Endpoint:
DELETE {workflowPath}/workflow/{tenantId}/processDefinitions/{processType}
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization |
Yes | Access Token in format "Bearer
<accessToken>" (see details in Authentication API). |
EnvironmentURL |
Yes | Reltio Environment URL. |
Response
Response Structure:
warning
- returned if the operation is completed with some minor issuesstatus
- result of the operation; possible values are "OK" or "failed"
Example
Sample Response JSON:
{ "status":"OK"}