delete
https://users.lucid.app/scim/v2/Users/
This is a hard delete. We recommend deactivating users instead of deleting them. To deactivate a user, use PUT or PATCH and set the active field to false.
Delete a user from the account. Note that certain users cannot be deleted, such as account owners and default document owners.
204No Content. User was successfully deleted.
400Bad Request. Occurs if an unexpected error prevents user deletion.
401Unauthorized. Occurs if bearer token is invalid.
404Not Found. Occurs if the user does not exist.
409Conflict. Occurs if the user cannot be deleted (e.g., account owner or default document owner).