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
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization | Yes | Access Token in the format "Bearer
<accessToken> ". For more information, see topic Authentication API. |
Response | NA | NA |
|
DELETE https://dev-workflowui.reltio.com/services/config/rmtenant/workflow
Response
Sample Response JSON:
{
"deleted": 1
}