Skip to main content
DELETE
/
poolside
/
v1
/
users
/
{user_id}
Delete user
curl --request DELETE \
  --url https://api.example.com/poolside/v1/users/{user_id}
{
  "$schema": "<string>",
  "detail": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

Path Parameters

user_id
string<uuid>
required

ID of the user to delete

Response

No Content