Accelerate the Value of Data

Undeploy Tenant-specific Process Definition

Request

Operation Endpoint:

DELETE {workflowPath}/workflow/{tenantId}/processDefinitions/{processType} 
Table 1. Parameters
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 issues
  • status- result of the operation; possible values are "OK" or "failed"

Example

Sample Response JSON:

{ "status":"OK"}