v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Workflow Assignment

Remove Step Assignments

Schedule workflow steps assignment removal and returns process uid for status check.

post/people-api/v3/accounts/{accountUid}/users/{userUid}/workflow-steps/remove

Path parameters

accountUidstring uid required

The account’s unique identifier. This can be found in the Smartling Dashboard under Account Settings > API.

userUidstring uid required

User identifier.

Request body

Example request

{
  "workflowStepAssignments": [
    {
      "workflowStepUid": "8312172ed60d",
      "localePairs": {
        "sourceLocaleId": "en-US",
        "targetLocaleIds": [
          "fr-FR",
          "es-ES"
        ]
      }
    }
  ]
}

Response

OK