Unassign users

Use this request to unassign users from the Developer's company after they are removed from the developer platform.

For full API reference documentation, see Unassign user.

Endpoint URL : /sync/v1/tasks

Request operation: UNASSIGN

Mandatory parameters in the request:

JSON example

{
  "type": "ASSIGNMENT",
  "operation": "UNASSIGN",
  "accountIdentifier": "f951b18c-5ba8-4f5e-9aae-22888639ac1e",
  "developerIdentifier": "f839abef-00c4-4e09-927f-1ef2b4feab5f",
  "userIdentifier": "325cf3ba-a842-4fc3-b15e-a686a6f07369"
}