Skip to main content
Remove a user from a project
curl --request DELETE \
  --url https://api.ionworks.com/projects/{project_id}/members/{user_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

project_id
string
required
user_id
string
required

Response

Successful Response