Accelerate the Value of Data

Delete the workflow configuration

Learn how to delete the workflow configuration for a tenant with the workflow URL.

Request

Operation Endpoint:

DELETE  {inbox_url}/services/config/{tenantId}/workflow
Table 1. Parameters
Parameter Required Description
HeadersAuthorizationYesAccess Token in the format "Bearer <accessToken>". For more information, see topic Authentication API.
ResponseNANA

200 : Configuration deleted successfully
401 : Unauthorized 
404 : Configuration not found
Example
DELETE  https://dev-workflowui.reltio.com/services/config/rmtenant/workflow

Response

Sample Response JSON:

{
     "deleted": 1
 }